var x = navigator
if (x.appVersion.indexOf("4.75")!=-1)
{
document.write("<link rel='stylesheet' href='/styles/netscape_pcrc_style.css' type='text/css'>")
}
else
{
document.write("<link rel='stylesheet' href='/styles/pcrc_style.css' type='text/css'>")
}
