    var bnPreLoad = false;		window.onload = pageInit;    window.onresize = menuResize;       // window.document.onmousedown=noMenu;
   
    function noMenu(){
      if (window.event.srcElement.tagName != "input") {
        if (window.event.button > 1){
          alert("Welcome to Grand River Supply!")
        }
      }
    }
		function menuOver(menu){
			menu.style.backgroundColor = "#fffacd";
			menu.style.cursor = "hand";
		}
		function menuOut(menu){
			menu.style.backgroundColor = "";
			menu.style.cursor = "";
		}
		function menuClick(url){
		  window.navigate(url)
		}
    function pageInit(){	    //CSScriptInit();
      //alert(window.navigator.appVersion);
	    window.document.getElementById('Home').style.top = "54px";
	    window.document.getElementById('Menu1').style.top = "54px";
	    window.document.getElementById('Menu2').style.top = "54px";
	    window.document.getElementById('Menu3').style.top = "54px";
	    window.document.getElementById('Menu4').style.top = "54px";
	    window.document.getElementById('Menu5').style.top = "54px";
	    window.document.getElementById('Menu6').style.top = "54px";
	    menuResize();
	    //ShowOrder();
	    if (bnPreLoad == true){
	      PreLoad();
	    }
	    self.focus();
    }        function menuResize(){      //alert(window.navigator.appVersion);
      var offsetLeft;      var offsetWidth;      var stepSize = 72;      var logoSize = 110;      //if (window.navigator.userAgent.indexOf("MSIE") > 0) {
        //alert("I'm Here");
        offsetLeft = window.document.getElementById('PageTable').offsetLeft;
        offsetWidth = window.document.getElementById('PageTable').offsetWidth;
        if (offsetWidth > 800) {
					 offsetWidth = ((offsetWidth - 800) /2)
        }else{
					offsetWidth = 0;
        }
        if (window.navigator.appVersion.indexOf("Mac") > 0){
          offsetLeft = 0;
        }
     /* }else if (window.navigator.userAgent.indexOf("Firefox") > 0){
        offsetLeft = window.document.getElementById('PageTable').offsetLeft;
        offsetWidth = window.document.getElementById('PageTable').offsetWidth;
        if (offsetWidth > 700) {
					 offsetWidth = ((offsetWidth - 700) /2)
        }else{
					offsetWidth = 0;
        }*/
     // }else{
     //  // offsetLeft = pageXOffset
     //   offsetLeft = (window.innerWidth - 700) / 2
     //   if (offsetLeft < 1) offsetLeft = 0;
     // }
      offsetLeft += offsetWidth;
      //alert(window.document.getElementById('MainTable').offsetLeft);	    window.document.getElementById('Home').style.left = offsetLeft;
	    window.document.getElementById('Menu1').style.left = offsetLeft + logoSize;
	    window.document.getElementById('Menu2').style.left = offsetLeft + logoSize + stepSize;
	    window.document.getElementById('Menu3').style.left = offsetLeft + logoSize + (stepSize * 2);
	    window.document.getElementById('Menu4').style.left = offsetLeft + logoSize + (stepSize * 3);
	    window.document.getElementById('Menu5').style.left = offsetLeft + logoSize + (stepSize * 4);
	    window.document.getElementById('Menu6').style.left = offsetLeft + logoSize + (stepSize * 5);
  }    			
    function divMenu(div,Action){      try{        if (Action == 1){			        //Show	        div.style.visibility="Visible";        }else{					              //Hide
	        div.style.visibility="Hidden";
        }
      }
      catch(e){}
    }        function MenuShow(MenuID,Action){       divMenu(window.document.getElementById(MenuID),Action);    }        function ShowDef(url,height,width){
      var strFeatures = "top=200, left=200, height="+height+", width="+width+
	      ",toolbar=no, status=no, scrollbars=yes, menubar=no, resizable=no"
	    document.open(url,"Definition",strFeatures)
    }
    /*
    function ShowCart(Value){
      var width
      width = window.c
      if (Value > 0) {
        window.open("cart.aspx?ID="+Value,"Cart","height=300,width=550,top=200,left=100,status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes")
      }else{
        window.open("cart.aspx","Cart","height=300,width=550,top=200,left=100,status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes")
      }
    }*/
    function ShowCart(Value){
      var left,top
      //left = (window.screen.availWidth - 640) // /2
     // top=(window.screen.availHeight -290)
      left = (window.screen.availWidth - 720) // /2
      top=(window.screen.availHeight -440)
      if (Value.length > 6) {
        //window.open("cart.aspx?"+Value,"Cart","height=250,width=620,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
        window.open("cart.aspx?"+Value,"Cart","height=400,width=700,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
      }else{ 
        if (Value > 0) {
         // window.open("cart.aspx?ID="+Value,"Cart","height=250,width=620,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
          window.open("cart.aspx?ID="+Value,"Cart","height=400,width=700,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=yes,resizable=yes,scrollbars=yes,status=no")
        }else{
          //window.open("cart.aspx","Cart","height=250,width=620,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
          window.open("cart.aspx","Cart","height=400,width=700,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
        }
      }
    }
 
    function ShowCart2(Cat,Value){
      var left,top
      //left = (window.screen.availWidth - 640) // /2
     // top=(window.screen.availHeight -290)
      left = (window.screen.availWidth - 720) // /2
      top=(window.screen.availHeight -440)
      if (Value.length > 6) {
        //window.open("cart.aspx?"+Value,"Cart","height=250,width=620,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
        window.open("SavedItems.aspx?CID="+Cat+"&"+Value,"Cart","height=400,width=700,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
      }else{ 
        if (Value > 0) {
         // window.open("cart.aspx?ID="+Value,"Cart","height=250,width=620,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
          window.open("SavedItems.aspx?CID="+Cat+"&ID="+Value,"Cart","height=400,width=700,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=yes,resizable=yes,scrollbars=yes,status=no")
        }else{
          //window.open("cart.aspx","Cart","height=250,width=620,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
          window.open("SavedItems.aspx","Cart","height=400,width=700,top="+top+",left="+left+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no")
        }
      }
}
