$(document).ready(function( ) {
		if(/MSIE (\d+\.\d+);/.test(navigator.userAgent)){
			var ieversion=new Number(RegExp.$1);
			if(ieversion == 6){
				var linkObj = document.createElement("link");
				linkObj.rel = "stylesheet";
				linkObj.type = "text/css";
				linkObj.href = "/SWCode/cms_styles/Sheraton_new/sh_ie6_fix.css";
				var head = document.getElementsByTagName("head")[0];
				head.appendChild(linkObj);
			}
		}
	
	/*$.preload("/includes/sheraton/images/nav_ourCommunity_on.png");
	$.preload("/includes/sheraton/images/nav_reservations_on.png");
	$.preload("/includes/sheraton/images/nav_specialOffers_on.png");
	$.preload("/includes/sheraton/images/nav_starwoodPreferredGuest_on.png");
	$.preload("/includes/sheraton/images/subnav_exclusiveOffers_on.png");
	$.preload("/includes/sheraton/images/subnav_golfOffers_on.png");
	$.preload("/includes/sheraton/images/subnav_meetingsEventOffers_on.png");
	$.preload("/includes/sheraton/images/subnav_romanceOffers_on.png");
	$.preload("/includes/sheraton/images/subnav_spaWellnessOffers_on.png");*/
	
	$.preloadImages("/includes/sheraton/images/nav_ourCommunity_on.png", "/includes/sheraton/images/nav_reservations_on.png", "/includes/sheraton/images/nav_specialOffers_on.png", "/includes/sheraton/images/nav_starwoodPreferredGuest_on.png", "/includes/sheraton/images/subnav_exclusiveOffers_on.png", "/includes/sheraton/images/subnav_golfOffers_on.png", "/includes/sheraton/images/subnav_meetingsEventOffers_on.png", "/includes/sheraton/images/subnav_romanceOffers_on.png", "/includes/sheraton/images/subnav_spaWellnessOffers_on.png");

});



// function to set a bookmark

function bookmark(title, url) {

	if (document.all)

		window.external.AddFavorite(url, title);

	else if (window.sidebar)

		window.sidebar.addPanel(title, url, '')

}

function brandNavClose()	{
	document.getElementById("brandNavBrandList").style.visibility = "hidden";
	document.getElementById("brandNavIframeShim").style.display = "none";
}

function brandNavOpen()	{
	document.getElementById("brandNavBrandList").style.visibility = "visible";
	document.getElementById("brandNavIframeShim").style.display = "block";
}

function popUp(URL,popWidth,popHeight, scrollbars) {
	var useScrollBars = scrollbars || "0";
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars="+useScrollBars+",location=0,statusbar=0,menubar=0,resizable=0,width="+popWidth+",height="+popHeight+",left=242,top=114');");
}


