jQuery(function() {
	jQuery('<div class="jqmWindow" id="popupmap"></div>').appendTo('body').jqm({
		ajax:'@href',
		ajaxText: '<h4>Loading...</h4>',
		trigger: '.showmap',
		overlay:90
	});
});