<!--
	// Browser Detection
	function BrowserCheck() {
		var b = navigator.appName;
		if (b=="Netscape") this.b = "ns";
		else if (b=="Microsoft Internet Explorer") this.b = "ie";
		else this.b = b;
		this.version = navigator.appVersion;
		//if (this.version.indexOf('Win')>0) this.os = "PC";
		//else if (this.version.indexOf('Mac')>0) this.os = "Mac";
		this.WinOs = (this.version.indexOf('Win')>0);
		this.v = parseInt(this.version);
		this.ns = (this.b=="ns" && this.v>=4);
		this.ns4 = (this.b=="ns" && this.v==4);
		this.ns5 = (this.b=="ns" && this.v==5);
		this.ie = (this.b=="ie" && this.v>=4);
		this.ie4 = (this.version.indexOf('MSIE 4')>0);
		this.ie5 = (this.version.indexOf('MSIE 5')>0);
		this.ie6 = (this.version.indexOf('MSIE 6')>0);
		this.min = (this.ns||this.ie);
	}
	var browser = new BrowserCheck();
	//alert(navigator.appName);
	var topPosition =141;
	
	if (!browser.WinOs && browser.ie){
		topPosition += 1;
	} else if (browser.ns){
		topPosition -= 2;
	}

	function getWindowWidth()
	{
		return window.innerWidth ? window.innerWidth : document.body.offsetWidth;
	}
	//var windowWidth = getWindowWidth;
	//var menu1Left = ((windowWidth - 728) / 2) + myOffset;
	//alert("menu1left: "+menu1Left);
	
	
	
	// For Changing the  height and width of drop down menu edit the last two parameters of the below   array..	
	
	
	var menus = [
		new ypSlideOutMenu("menu1", "down", null, topPosition, 160, 300),
		new ypSlideOutMenu("menu2", "down", null, topPosition, 160, 300),
		new ypSlideOutMenu("menu3", "down", null, topPosition, 160, 300),
		new ypSlideOutMenu("menu4", "down", null, topPosition, 160, 300),
		new ypSlideOutMenu("menu5", "down", null, topPosition, 160, 300),
		new ypSlideOutMenu("menu6", "down", null, topPosition, 160, 500),
		new ypSlideOutMenu("menu7", "down", null, topPosition, 160, 300),
		new ypSlideOutMenu("menu8", "down", null, topPosition, 160, 300)
	]
	/*Niran */
	// -->



// REQUEST AND QUOTE FROM DIV UNHIDE IN THE REQUEST A QUOTE PAGE
	<!-- Begin
	function DisDiv4(whichLayer)
		{
			if(document.form1.moduleselection2.checked == true)
			{document.getElementById("moduleselection").style.display ="block";}
			else
			{document.getElementById("moduleselection").style.display ="none";}
		}
	// End -->
// REQUEST AND QUOTE FROM DIV UNHIDE IN THE REQUEST A QUOTE PAGE