var microsite = "[%$micrositeid%]";

$(document).ready(function(){
	if (window.initmapLarge) {
		//initmapLarge();
		
		// Slider Mapnavigation
		$("#mapnavi .category").click(function () {
			$(this).parents("li").children("ul").slideToggle("fast");
		});

	  	$("#mapnavi a").click(function () {
			$(this).toggleClass("checked");			
			if($(this).hasClass("checked"))UpdateSearch($(this).attr("id").substr(6), 'set');			
			else UpdateSearch($(this).attr("id").substr(6), 'unset');
		});
		
  	}
	$("a.googleMapsBTN").click(function(){
		initmapLarge();
	});
  	if (window.initmapSmall) {  		
  		initmapSmall();  		
  	}
  	if (window.initmapPrint) {  		
  		initmapPrint();  		
  	}
  });
  
window.onunload = function(){
	if (window.GUnload) {
		GUnload();
	}
}
