	
	// override rules
	var agt=navigator.userAgent.toLowerCase();
	var is_netscape6  = (agt.indexOf('netscape6')!=-1);	
	if (navigator.appName == "Netscape") {
	   var bVer = navigator.userAgent.substring(8);
	   var pos = bVer.indexOf(' ');
	   var bVer = bVer.substring(0, pos);
	}
	if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 5) {
	   var pos = navigator.userAgent.lastIndexOf('/');
	   var bVer = navigator.userAgent.substring(pos + 1);
	}
	var is_netscape7 = (parseFloat(bVer) < 8);
	var is_netscape70 = (agt.indexOf('netscape/7.0')!=-1);
	var is_netscape71 = (agt.indexOf('netscape/7.1')!=-1);
	var is_netscape72 = (agt.indexOf('netscape/7.2')!=-1);
	var is_aol7  = (agt.indexOf('aol/7')!=-1);
	var is_macie5  = (agt.indexOf('msie 5.23')!=-1);
	var is_moz = ((agt.indexOf('mozilla/5')!=-1) && (agt.indexOf('spoofer')==-1) &&
                    (agt.indexOf('compatible')==-1) && (agt.indexOf('opera')==-1)  &&
                    (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1)     &&
                    ((navigator.vendor=="")||(navigator.vendor=="Mozilla")||(navigator.vendor=="Debian")));
	
	
	var css_file = "http://welcome.hp-ww.com/country/us/en/styles/hpweb_welcomeOV2_cssp.css";

	if (is_netscape72 || is_netscape71 || is_netscape70 || is_netscape6) {
	   css_file = "http://welcome.hp-ww.com/country/us/en/styles/hpweb_welcomeOV2_cssp_ns71.css";
	}
	if (is_macie5) {
	   css_file = "http://welcome.hp-ww.com/country/us/en/styles/hpweb_welcomeOV2_cssp_macie5.css";
	}
	
	css_file = "ov2_cssp.css"
	document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"" + css_file + "\">");
	
	   var ns7macstyle = '';
	   ns7macstyle += '<style type="text/css">\n';
	   ns7macstyle += '#menu1 { bottom: 20px; }\n';
	   ns7macstyle += '</style>\n';
	   document.write(ns7macstyle);
	   

	
