browser = navigator.appName;
  version = navigator.appVersion;
  os = navigator.platform;
  ie = "Microsoft Internet Explorer";
  nn = "Netscape";

    // sniff for netscape
  if (browser == nn) {
  	// sniff for Mac and give them the default stylesheet
    if (os == "MacPPC") {
  	  document.write('<link href=""+ mp +"_scripts/style-scripts/menlostyle.css" rel="stylesheet" type="text/css" title="templates">');
	}
	// sniff for anything greater than version 4 of Netscape and give them the default stylesheet
	if (version.charAt(0) > 4) {
	  document.write('<link href=""+ mp +"_scripts/style-scripts/menlostyle.css" rel="stylesheet" type="text/css" title="templates">');
	}
	// give Netscape 4.x users the netscape stylesheet
	else {
	  document.write('<link href=""+ mp +"_scripts/style-scripts/menlostyle.css" rel="stylesheet" type="text/css" title="templates">');
  	}
  }
  // give everyone else (IE) the default stylesheet
  else {
    document.write('<link href=""+ mp +"_scripts/style-scripts/menlostyle.css" rel="stylesheet" type="text/css" title="templates">');
  }

// reload the window upon resize to fix a bug in Netscape 4.x
var br
if(navigator.appName == 'Netscape') {
	if(document.layers) {br="N"}
	else if(document.getElementById) {br="NS6"}
} else{br="IE";}

function reDo(){window.location.reload()}
function setResize(){setTimeout("window.onresize=reDo",500);}
	if(br=="N"){
	window.onload = setResize;
}

//if (browser == nn) {
//	document.write('<link rel=stylesheet type="text/css" href="../../../mp-templates/_scripts/drop-down/_scripts/style-scripts" title=templates>');
//} 

//else {
//	document.write('<link rel=stylesheet type="text/css" href="../../../mp-templates/_scripts/drop-down/_scripts/style-scripts" title=templates>');
//}
