<!--
if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="Win32"){
document.write('<link rel="stylesheet" href="style_wie.css" type="text/css">');
}
else if(navigator.appName=="Netscape" && navigator.platform=="Win32"){
document.write('<link rel="stylesheet" href="style_wnn.css" type="text/css">');
}
else if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="MacPPC"){
document.write('<link rel="stylesheet" href="style_mie.css" type="text/css">');
}
else if(navigator.appName=="Netscape" && navigator.platform=="MacPPC"){
document.write('<link rel="stylesheet" href="style_mnn.css" type="text/css">');
}
else{
document.write('<link rel="stylesheet" href="style_wie.css" type="text/css">');
}
//-->
