var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
  location.href="/ns/js/getnewbrowser.html";
if ( bName == "N" && vNum < 4)
  location.href="/ns/js/getnewbrowser.html";

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
  if( bName == "M")
   {
    // MAC IE
    document.writeln(".fix9{font-size:8px}");
    document.writeln(".fix10{font-size:9px}");
    document.writeln(".fix12{font-size:10px}");
    document.writeln(".fix13{font-size:11px}");
    document.writeln(".fix14{font-size:13px}");
    document.writeln(".fix16{font-size:15px}");
    document.writeln(".txt0h{font-size: xx-small; line-height:1.2em}")
    document.writeln(".txt1h{font-size: x-small; line-height:1.3em}")
    document.writeln(".txt2h{font-size: 90%; line-height:1.4em}");
    document.writeln(".txt3h{font-size: small; line-height:1.4em}");
    document.writeln(".txt0{font-size: xx-small}")
    document.writeln(".txt1{font-size: x-small}")
    document.writeln(".txt2{font-size: 90%}");
    document.writeln(".txt3{font-size: small}");
    document.writeln(".txt4{font-size: medium}");
    document.writeln("h3{line-height:1.0em}");
    document.writeln("h2{font-size: medium}");
    document.writeln(".menu{font-size: x-small}")
  }
  else
  {
    if( vNum < 5 )
    {
      // MAC NETSCAPE 4.x
      document.writeln(".fix9{font-size:9px}");
      document.writeln(".fix10{font-size:10px}");
      document.writeln(".fix12{font-size:11px}");
      document.writeln(".fix13{font-size:12px}");
      document.writeln(".fix14{font-size:14px}");
      document.writeln(".fix16{font-size:16px}");
      document.writeln(".txt0h{font-size: small; line-height:1.3em}");
      document.writeln(".txt1h{font-size: medium; line-height:1.5em}");
      document.writeln(".txt2h{line-height:1.4em}");
      document.writeln(".txt3h{font-size: large; line-height:1.5em}");
      document.writeln(".txt0{font-size: small}");
      document.writeln(".txt1{font-size: medium}");
      document.writeln(".txt2{line-height:1.0em}");
      document.writeln(".txt3{font-size: large}");
      document.writeln(".txt4{font-size: large}");
      document.writeln("h3{line-height:1.0em}");
      document.writeln("h2{font-size: large}");
      document.writeln(".menu{font-size: medium}");
     }
     else
     {
      // MAC NETSCAPE 6.x~
      document.writeln(".fix9{font-size:9px}");
      document.writeln(".fix10{font-size:10px}");
      document.writeln(".fix12{font-size:11px}");
      document.writeln(".fix13{font-size:12px}");
      document.writeln(".fix14{font-size:14px}");
      document.writeln(".fix16{font-size:16px}");
      document.writeln(".txt0h{font-size: x-small; line-height:1.4em}");
      document.writeln(".txt1h{font-size: small; line-height:1.5em}");
      document.writeln(".txt2h{line-height:1.3em}");
      document.writeln(".txt3h{font-size: large; line-height:1.6em}");
      document.writeln(".txt0{font-size: x-small}");
      document.writeln(".txt1{font-size: small}");
      document.writeln(".txt2{line-height:1.0em}");
      document.writeln(".txt3{font-size: medium}");
      document.writeln(".txt4{font-size: large}");
      document.writeln("h3{font-size: medium}");
      document.writeln("h2{font-size: large}");
      document.writeln(".menu{font-size: small}");
     }
   }

}
else
{
  if( bName == "M")
  {
    // WIN IE
    document.writeln(".fix9{font-size:10px}");
    document.writeln(".fix10{font-size:11px}");
    document.writeln(".fix12{font-size:12px}");
    document.writeln(".fix13{font-size:13px}");
    document.writeln(".fix14{font-size:14px}");
    document.writeln(".fix16{font-size:16px}");
    document.writeln(".txt0h{font-size: xx-small; line-height:1.4em}");
    document.writeln(".txt1h{font-size: x-small; line-height:1.2em}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.45em}");
    document.writeln(".txt3h{font-size: small; line-height:1.45em}");
    document.writeln(".txt0{font-size: xx-small}");
    document.writeln(".txt1{font-size: x-small}");
    document.writeln(".txt2{font-size: 90%}");
    document.writeln(".txt3{font-size: small}");
    document.writeln(".txt4{font-size: 142%}");
    document.writeln("h3{font-size: small}");
    document.writeln("h2{font-size: medium}");
    document.writeln(".menu{font-size: x-small}");
  }
  else
  {
    if( vNum < 5 )
    {
      // WIN NETSCAPE 4.x
      document.writeln(".fix9{font-size:10px}");
      document.writeln(".fix10{font-size:11px}");
      document.writeln(".fix12{font-size:12px}");
      document.writeln(".fix13{font-size:13px}");
      document.writeln(".fix14{font-size:15px}");
      document.writeln(".fix16{font-size:17px}");
      document.writeln(".txt0h{font-size: x-small; line-height:1.2em}");
      document.writeln(".txt1h{font-size: small; line-height:1.4em}");
      document.writeln(".txt2h{font-size: 115%; line-height: 1.65em}");
      document.writeln(".txt3h{font-size: medium; line-height:1.7em}");
      document.writeln(".txt0{font-size: x-small}");
      document.writeln(".txt1{font-size: small}");
      document.writeln(".txt2{font-size: 115%}");
      document.writeln(".txt3{font-size: medium}");
      document.writeln(".txt4{font-size: 184%}");
      document.writeln("h3{font-size: 125%}");
      document.writeln("h2{font-size: 145%}");
      document.writeln(".menu{font-size: small}");
    }
    else
    {
      // WIN NETSCAPE 6.x~
      document.writeln(".fix9{font-size:9px}");
      document.writeln(".fix10{font-size:10px}");
      document.writeln(".fix12{font-size:11px}");
      document.writeln(".fix13{font-size:12px}");
      document.writeln(".fix14{font-size:14px}");
      document.writeln(".fix16{font-size:16px}");
      document.writeln(".txt0h{ font-size: x-small; line-height:1.4em}");
      document.writeln(".txt1h{ font-size: small; line-height:1.3em}");
      document.writeln(".txt2h{font-size: 90%; line-height:1.45em}");
      document.writeln(".txt3h{font-size: medium; line-height: 1.5em}");
      document.writeln(".txt0{font-size: x-small}");
      document.writeln(".txt1{font-size: small}");
      document.writeln(".txt2{font-size: 90%}");
      document.writeln(".txt3{font-size: medium}");
      document.writeln(".txt4{font-size: 142%}");
      document.writeln("h3{font-size: medium}");
      document.writeln("h2{font-size: large}");
      document.writeln(".menu{font-size: small}");
    }
  }
}
 document.writeln("--></STYLE>");