		$(document).ready(function(){			if (jQuery.browser.version != "6.0" && jQuery.browser != "msie") { /* to get rid of sliding support for ie 6 */				$("#OuterSide").hide();				$("#OuterSide").animate({ opacity: "1.0" });									$("a:contains('Click')").click(function(){							$("#map").animate({ width: "667px" 	}, 500);							$("#OuterSide").show(1000);					});					 					$("#OuterSide").bind('mouseleave', function(){						$(this).hide(100);						$("#map").animate({ width: "100%" }, 1000 );					});			} else {				$("#map").css({'width' : '667px'});				$("#Navi").css({'display' : 'none'});						}					});