var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4 )
location.href = "getnewbrowser.html";
if ( bName == "N" && vNum < 4 )
location.href = "getnewbrowser.html";

document.writeln("<style type='text/css'><!--");

if ( navigator.appVersion.indexOf("Mac") > -1 )
{
if ( bName == "M" )
{
//Mac IE
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}");

document.writeln ("a { color:#0000ff; text-decoration:none; }");
document.writeln ("a:hover { color:#696969; text-decoration:underline; }");
document.writeln ("a:active { color:#00ffff; }");

document.writeln (".fs8 { font-size:8px; font-family:Osaka; }");
document.writeln (".fs9 { font-size:9px; font-family:Osaka; }");
document.writeln (".fs9g { font-size:9px; color:#696969; font-family:Osaka; }");
document.writeln (".fs10 { font-size:10px; font-family:Osaka; }");
document.writeln (".fs10b { font-size:10px; color:#0000ff; font-family:Osaka; }");
document.writeln (".fs11 { font-size:11px; font-family:Osaka; }");
document.writeln (".fs11w { font-size:11px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs11r { font-size:11px; color:#ff0000; font-family:Osaka; }");
document.writeln (".fs12 { font-size:12px; font-family:Osaka; }");
document.writeln (".fs12w { font-size:12px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs14 { font-size:14px; font-family:Osaka; }");
}
else
{
if ( vNum < 5 )
{
// Mac Netscape 4.x
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}");

document.writeln ("a { color:#0000ff; text-decoration:none; }");
document.writeln ("a:hover { color:#696969; text-decoration:underline; }");
document.writeln ("a:active { color:#00ffff; }");

document.writeln (".fs8 { font-size:8px; line-height:11px; font-family:Osaka; }");
document.writeln (".fs9 { font-size:9px; line-height:12px; font-family:Osaka; }");
document.writeln (".fs9g { font-size:9px; line-height:12px; color:#696969; font-family:Osaka; }");
document.writeln (".fs10 { font-size:10px; line-height:13px; font-family:Osaka; }");
document.writeln (".fs10b { font-size:10px; line-height:13px; color:#0000ff; font-family:Osaka; }");
document.writeln (".fs11 { font-size:10px; line-height:14px; font-family:Osaka; }");
document.writeln (".fs11w { font-size:10px; line-height:14px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs11r { font-size:10px; line-height:14px; color:#ff0000; font-family:Osaka; }");
document.writeln (".fs12 { font-size:12px; line-height:15px; font-family:Osaka; }");
document.writeln (".fs12w { font-size:12px; line-height:15px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs14 { font-size:14px; line-height:18px; font-family:Osaka; }");
}
else
{
// Mac Netscape 6.x
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}");

document.writeln ("a { color:#0000ff; text-decoration:none; }");
document.writeln ("a:hover { color:#696969; text-decoration:underline; }");
document.writeln ("a:active { color:#00ffff; }");

document.writeln (".fs8 { font-size:8px; line-height:11px; font-family:Osaka; }");
document.writeln (".fs9 { font-size:9px; line-height:12px; font-family:Osaka; }");
document.writeln (".fs9g { font-size:9px; line-height:12px; color:#696969; font-family:Osaka; }");
document.writeln (".fs10 { font-size:10px; line-height:13px; font-family:Osaka; }");
document.writeln (".fs10b { font-size:10px; line-height:13px; color:#0000ff; font-family:Osaka; }");
document.writeln (".fs11 { font-size:11px; line-height:14px; font-family:Osaka; }");
document.writeln (".fs11w { font-size:11px; line-height:14px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs11r { font-size:11px; line-height:14px; color:#ff0000; font-family:Osaka; }");
document.writeln (".fs12 { font-size:12px; line-height:15px; font-family:Osaka; }");
document.writeln (".fs12w { font-size:12px; line-height:15px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs14 { font-size:14px; line-height:18px; font-family:Osaka; }");
}
}
}
else
{
if ( bName == "M" )
{
// WIN IE
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}");

document.writeln ("a { color:#0000ff; text-decoration:none; }");
document.writeln ("a:hover { color:#696969; text-decoration:underline; }");
document.writeln ("a:active { color:#00ffff; }");

document.writeln (".fs8 { font-size:9px; line-height:11px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs9 { font-size:10px; line-height:12px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs9g { font-size:10px; line-height:12px; color:#696969; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs10 { font-size:11px; line-height:13px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs10b { font-size:11px; line-height:13px; color:#0000ff; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs11 { font-size:12px; line-height:14px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs11w { font-size:12px; line-height:14px; color:#ffffff; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs11r { font-size:12px; line-height:14px; color:#ff0000; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12 { font-size:12px; line-height:15px; letter-spacing:1px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12w { font-size:12px; line-height:15px; color:#ffffff; letter-spacing:1px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs14 { font-size:14px; line-height:18px; letter-spacing:1px; font-family:Osaka, MS　Pゴシック; }");
}
else
{
if ( vNum < 5 )
{
// WIN Netscape 4.x
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}");

document.writeln ("a { color:#0000ff; text-decoration:none; }");
document.writeln ("a:hover { color:#696969; text-decoration:underline; }");
document.writeln ("a:active { color:#00ffff; }");

document.writeln (".fs8 { font-size:10px; line-height:11px; font-family:Osaka; }");
document.writeln (".fs9 { font-size:11px; line-height:12px; font-family:Osaka; }");
document.writeln (".fs9g { font-size:11px; line-height:12px; color:#696969; font-family:Osaka; }");
document.writeln (".fs10 { font-size:11px; line-height:13px; font-family:Osaka; }");
document.writeln (".fs10b { font-size:11px; line-height:13px; color:#0000ff; font-family:Osaka; }");
document.writeln (".fs11 { font-size:12px; line-height:14px; font-family:Osaka; }");
document.writeln (".fs11w { font-size:12px; line-height:14px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs11r { font-size:12px; line-height:14px; color:#ff0000; font-family:Osaka; }");
document.writeln (".fs12 { font-size:12px; line-height:15px; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs12w { font-size:12px; line-height:15px; color:#ffffff; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs14 { font-size:15px; line-height:18px; letter-spacing:1px; font-family:Osaka; }");
}
else
{
// Win Netscape 6.x
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}");

document.writeln ("a { color:#0000ff; text-decoration:none; }");
document.writeln ("a:hover { color:#696969; text-decoration:underline; }");
document.writeln ("a:active { color:#00ffff; }");

document.writeln (".fs8 { font-size:9px; line-height:11px; font-family:Osaka; }");
document.writeln (".fs9 { font-size:10px; line-height:12px; font-family:Osaka; }");
document.writeln (".fs9g { font-size:10px; line-height:12px; color:#696969; font-family:Osaka; }");
document.writeln (".fs10 { font-size:11px; line-height:13px; font-family:Osaka; }");
document.writeln (".fs10b { font-size:11px; line-height:13px; color:#0000ff; font-family:Osaka; }");
document.writeln (".fs11 { font-size:12px; line-height:14px; font-family:Osaka; }");
document.writeln (".fs11w { font-size:12px; line-height:14px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs11r { font-size:12px; line-height:14px; color:#ff0000; font-family:Osaka; }");
document.writeln (".fs12 { font-size:12px; line-height:15px; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs12w { font-size:12px; line-height:15px; letter-spacing:1px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs14 { font-size:14px; line-height:18px; letter-spacing:1px; font-family:Osaka; }");
}
}
}

document.writeln ("--></style>");

