<!--
if (navigator.appName == "Microsoft Internet Explorer") {
            <!-- Begin
if (screen.width >= 1024) {
document.write('<link rel="stylesheet" type="text/css" href="1024.css">');
}
else {
document.write('<link rel="stylesheet" type="text/css" href="800.css">');
}
//  End -->
    } else {
document.write('<link rel="stylesheet" type="text/css" href="../content/netscape.css">')
}
// -->