jQuery.noConflict();

jQuery(document).ready(function(){
	//jQuery("#nav>ul").superfish({delay : 100});

	jQuery('#categorycontainer').accordion({ 
	    header: 'a.title', 
	    active: false,
	    selectedClass: 'this_category',  
	    alwaysOpen: false, 
	    autoheight: false 
	});

	jQuery('#alphacontainer>ul').tabs({ 
		fx: { height: 'toggle', opacity: 'toggle' }
	});         

});

function popMap(id) {
	window.open("/map.php?sto_id="+id, "mappopup", "width=620,height=600,scrollbars=yes");
}