// JavaScript Document


if (navigator.appName == "Netscape")
document.writeln ('<link rel="stylesheet" type="text/css" href="ns.css">');
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('<link rel="stylesheet" type="text/css" href="accessfix.css">');