if (navigator.appName == "Netscape")
document.write("<link rel='stylesheet' href='style2.css' type='text/css'>");
else
document.write("<link rel='stylesheet' href='style.css' type='text/css'>");