	ns = (document.layers)? true:false
	ie = (document.all)? true:false
	var prevDiv
	var MenuLink;
	
	MenuLink = new Array();
	FlashLink = new Array();
	/*
	Automotive:
	store.php?type=store&location=http://www.sunsationalglasstint.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=sgt&Category_Code=atb

	Home/Office
	store.php?type=store&location=http://www.sunsationalglasstint.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=sgt&Category_Code=ft

	Decorative Films:
	store.php?type=store&location=http://www.sunsationalglasstint.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=sgt&Category_Code=df
	*/

	FlashLink = ["store.php?type=store&location=http://www.sunsationalglasstint.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=sgt&Category_Code=atb",
				"store.php?type=store&location=http://www.sunsationalglasstint.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=sgt&Category_Code=ft",
				"store.php?type=store&location=http://www.sunsationalglasstint.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=sgt&Category_Code=df"];

	// Home
	MenuLink[0] = ["home.php?type=home"];
	// Articles
	MenuLink[1] = ["articles.php?sub=0&type=article",			// Base Menu
				   "articles.php?sub=1&type=article",			// Reasons to tint your car
				   "articles.php?sub=2&type=article",			// Reasons to tint your home
				   "articles.php?sub=3&type=article",			// Reasons to tint your store/commercial building
				   "articles.php?sub=4&type=article",			// Frequently Asked Questions
				   "articles.php?sub=5&type=article",			// How to tint self install kit
				   "articles.php?sub=6&type=article",			// How to tint your car
				   "articles.php?sub=7&type=article",			// How to tint your flat glass
				   "articles.php?sub=8&type=article",			// How to remove your old tint
				   "articles.php?sub=9&type=article",			// How window film works
				   "articles.php?sub=10&type=article"]          // Car tint state laws
				   			
	// Product
	MenuLink[2] = ["product.php?sub=1&type=product",			// Global Automotive
				   "product.php?sub=2&type=product",			// Madico Automotive
				   "product.php?sub=3&type=product",			// Solar Gard Automotive
				   "product.php?sub=4&type=product",			// Solar Zone Automotive
				   "product.php?sub=5&type=product",			// Global Flat
				   "product.php?sub=6&type=product",			// Solar Gard Flat
				   "product.php?sub=7&type=product",			// Decorative Films
				   "product.php?sub=8&type=product",
				   "product.php?sub=8&type=product",			// Sample Packs
				   "product.php?sub=9&type=product"];			// Vinyl Wrap
	// About Us
	MenuLink[3] = ["aboutus.php?sub=1&type=about"];			// About us
	// Local Customer
	MenuLink[4] = ["customers.php?sub=0&type=local",
				   "customers.php?sub=1&type=local",			// Gift Certificate
				   "customers.php?sub=2&type=local",			// Shop location map
				   "customers.php?sub=3&type=local",			// Coupon
				   "customers.php?sub=4&type=local",
				   "customers.php?sub=5&type=local",
				   "customers.php?sub=6&type=local",
				   "customers.php?sub=7&type=local"];			// Contact Us

	
	function show(id) {
		var Obj;
		if ( prevDiv ) hide(prevDiv)
		if (ns) id.visibility = "visible"
		else if (ie) id.style.visibility = "visible"; 

		prevDiv = id;/*
		if ( typeof(topflash) != 'undefined' ) topflash.style.visibility = "hidden";
		if ( typeof(temptitle) != 'undefined' ) temptitle.style.visibility = "visible";*/
	}

	function hide(id) {
		if (ns) id.visibility = "hidden"
		else if (ie) id.style.visibility = "hidden"
/*		if ( typeof(topflash) != 'undefined' ) topflash.style.visibility = "visible";
		if ( typeof(temptitle) != 'undefined' ) temptitle.style.visibility = "hidden";*/

	}

	function goPage( PageURL ){
		//alert(PageURL);
		location.href = PageURL;
	}

	function bookmark(){
		window.external.AddFavorite('http://www.sunsationalglasstint.com', 'Sunsational Glass Tint')
	}
