// -- to distinguish user's platform and brawser --

// -- WIN IE--
if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="Win32"){
document.write('<LINK rel="stylesheet" type="text/css" href="shr/css_k/win_ie.css">');
}
// -- WIN NN--
else if(navigator.appName=="Netscape" && navigator.platform=="Win32"){
document.write('<LINK rel="stylesheet" type="text/css" href="shr/css_k/win_nn.css">');
}
// -- MAC IE --
else if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="MacPPC"){
document.write('<LINK rel="stylesheet" type="text/css" href="shr/css_k/mac_ie.css">');
}
// -- MAC NN --
else if(navigator.appName=="Netscape" && navigator.platform=="MacPPC"){
document.write('<LINK rel="stylesheet" type="text/css" href="shr/css_k/mac_nn.css">');
}
