if (navigator.appName == "Microsoft Internet Explorer")
     {
     document.write('<link rel="STYLESHEET" type="text/css" href="css/iestyle.css">');
     }
else
     {
     document.write('<link rel="STYLESHEET" type="text/css" href="css/nsstyle.css">');
     } 
