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');					
		});
		
  	}	
  	if (window.initmapSmall) {  		
  		initmapSmall();  		
  	}	
  });
  
window.onunload = function(){
	if (window.GUnload) {
		GUnload();
	}
}	