if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="Win32"){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/w_ie.css">');
}
else if(navigator.appName=="Netscape" && navigator.platform=="Win32"){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/w_ns.css">');
}
else if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="MacPPC"){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/m_ie.css">');
}
else if(navigator.appName=="Netscape" && navigator.platform=="MacPPC"){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/m_ns.css">');
}


mac=(navigator.appVersion.indexOf('Mac') != -1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!-- ")
document.write("A{text-decoration:none;}")
document.write("A:hover {COLOR: #CC3300;text-decoration:underline;}")
document.write(" --></STYLE>");