<!--
if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="Win32"){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/winie.css">');
}
if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="MacPPC"){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/macie.css">');
}
if(navigator.appName=="Netscape" && navigator.platform=="Win32"){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/winnn.css">');
}
if(navigator.appName=="Netscape" && navigator.platform=="MacPPC"){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/macnn.css">');
}
if (navigator.appVersion.indexOf("Safari") > -1){
document.write('<LINK rel="stylesheet" type="text/css" href="../css/macsafari.css">');
}
if(navigator.userAgent.indexOf("Gecko") > -1){
document.write('<link rel="stylesheet" type="text/css" href="../css/winnn.css">'); 
}
if(navigator.userAgent.indexOf("Opera") > -1){
document.write('<link rel="stylesheet" type="text/css" href="../css/winnn.css">'); 
}
//-->
