
if(navigator.appName == "Netscape"){
		menupixel = "0";
		if(window.screen.width == "640"){
			menustartleft = "0"
			menustarttop  = "81"		
		}else if(window.screen.width == "720"){
			menustartleft = "0"
			menustarttop  = "81"		
		}else if(window.screen.width == "800"){			
		
			menustartleft = "0"
			menustarttop  = "81"		
		}else {
			NSHomePageLeftInd = 0;
			menustartleft =-1 + NSHomePageLeftInd + ((window.screen.width - 800)/2);
			menustarttop  = "81"
		}
	}else{
		menupixel = "0";
		
		if(window.screen.width == "640"){
			menustartleft = "0"
			menustarttop  = "81"		
		}else if(window.screen.width == "720"){
			menustartleft = "0"
			menustarttop  = "81"		
		}else if(window.screen.width == "800"){			
			menustartleft = "0"
			menustarttop  = "81"		
		}else {
			
			menustartleft = -2 + ((window.screen.width - 800)/2);	//only this part is changed, other still left to change
			menustarttop  = "81"
		}
	}
	
	
	if (document.layers && window.innerWidth) {
		window.onresize = NS4resize;
		window.NS4sIW = window.innerWidth;
		window.NS4sIH = window.innerHeight;
	}
	
	
function NS4resize() {
	if (NS4sIW < window.innerWidth || NS4sIW > window.innerWidth || 
		NS4sIH > window.innerHeight || NS4sIH < window.innerHeight ) 
	{
		window.location.reload();
	}
}

function windows_onload(){

	page2=new makePageCoords(window,this.useframes); 
	
	if(!bw.ns4){
		if(bw.ie==1){
		
			oCMenu.fromleft=document.all("productLoc").offsetLeft;
			oCMenu.fromtop=document.all("productLoc").offsetTop;
				
		}else{
			oCMenu.fromleft=document.getElementById("productLoc").offsetLeft;
			oCMenu.fromtop=document.getElementById("productLoc").offsetTop;
				
		}
		toppage=new makePageCoords(window,this.useframes); 
		oCMenu.makeTop(1)
			
		if(!oCMenu.useframes) page=toppage; oCMenu.isresized=1; eval(oCMenu.resizecode)
	}else{oCMenu.win.location.reload(); location.reload()}
}


