




/*
     FILE ARCHIVED ON 4:26:10 Dec 5, 2003 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:23:15 Jun 26, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

// BROWSER CHECK
browser = navigator.appName;
appVer = parseInt(navigator.appVersion);
ie = "Microsoft Internet Explorer";
ns = "Netscape";

if (navigator.appVersion.indexOf("Macintosh") != -1) {	
isMac = true;	
} else {	
isMac = false;
}	
if (document.getElementById) {		
document.write('<link rel="stylesheet" type="text/css" href="ie.css" title="master">');
} else
if (browser == ns && isMac == false) {
if (appVer > 3) {	
document.write('<link rel="stylesheet" type="text/css" href="nn.css" title="master">');		
}
} else if (browser == ie && isMac == true) {
document.write('<link rel="stylesheet" type="text/css" href="nn.css" title="master">');	
} else if (browser == ns && isMac == true) {
document.write('<link rel="stylesheet" type="text/css" href="nn.css" title="master">');	
} else {
document.write('<link rel="stylesheet" type="text/css" href="ie.css" title="master">');	
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
