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; background-color:#ffffff;}");

document.writeln ("a { text-decoration:none; }");
document.writeln ("a:hover { text-decoration: underline; }");

document.writeln (".linkg { color: #333333 }");
document.writeln (".linklg { color: #666666 }");
document.writeln (".linkwhite { color: #ffffff }");
document.writeln (".linkred { color: #ff0000 }");
document.writeln (".linkgreen { color: #006600 }");

document.writeln (".fs8 { font-size:8px; font-family:Osaka; }");
document.writeln (".fs8g { font-size:8px; color:#333333 font-family:Osaka; }");
document.writeln (".fs8lg { font-size:8px; color:#666666 font-family:Osaka; }");
document.writeln (".fs8w { font-size:8px; color:#ffffff font-family:Osaka; }");

document.writeln (".fs9lg { font-size:9px; color:#666666 font-family:Osaka; }");

document.writeln (".fs10 { font-size:10px; font-family:Osaka; }");
document.writeln (".fs10g { font-size:10px; color:#333333; font-family:Osaka; }");
document.writeln (".fs10lg { font-size:10px; color:#666666; font-family:Osaka; }");
document.writeln (".fs10w { font-size:10px; color:#ffffff; font-family:Osaka; }");

document.writeln (".fs11 { font-size:11px; font-family:Osaka; }");
document.writeln (".fs11lg { font-size:11px; color:#666666; font-family:Osaka; }");

document.writeln (".fs12 { font-size:12px; font-family:Osaka; }");
document.writeln (".fs12g { font-size:12px; line-height:15px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g16h { font-size:12px; line-height:16px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g17h { font-size:12px; line-height:17px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12lg { font-size:12px; color:#666666; font-family:Osaka; }");
document.writeln (".fs12w { font-size:12px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs12r { font-size:12px; color:#ff0000;font-family:Osaka; }");
document.writeln (".fs12gb17h { font-size:12px; line-height:17px; color:#cfb62d;font-family:Osaka; }");
document.writeln (".fs12gr { font-size:12px; line-height:17px; color:#006600; 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; background-color:#ffffff;}");

document.writeln ("a { text-decoration:none; }");
document.writeln ("a:hover { text-decoration: underline; }");

document.writeln (".linkg { color: #333333 }");
document.writeln (".linklg { color: #666666 }");
document.writeln (".linkwhite { color: #ffffff }");
document.writeln (".linkred { color: #ff0000 }");
document.writeln (".linkgreen { color: #006600 }");

document.writeln (".fs8 { font-size:8px; font-family:Osaka; }");
document.writeln (".fs8g { font-size:8px; color:#333333 font-family:Osaka; }");
document.writeln (".fs8lg { font-size:8px; color:#666666 font-family:Osaka; }");
document.writeln (".fs8w { font-size:8px; color:#ffffff font-family:Osaka; }");

document.writeln (".fs9lg { font-size:9px; color:#666666 font-family:Osaka; }");

document.writeln (".fs10 { font-size:10px; line-height:13px; font-family:Osaka; }");
document.writeln (".fs10g { font-size:10px; line-height:13px; color:#333333; font-family:Osaka; }");
document.writeln (".fs10lg { font-size:10px; line-height:13px; color:#666666; font-family:Osaka; }");
document.writeln (".fs10w { font-size:10px; line-height:13px; color:#ffffff; font-family:Osaka; }");

document.writeln (".fs11 { font-size:10px; line-height:14px; font-family:Osaka; }");
document.writeln (".fs11lg { font-size:10px; line-height:14px; color:#666666; font-family:Osaka; }");

document.writeln (".fs12 { font-size:12px; line-height:15px; font-family:Osaka; }");
document.writeln (".fs12g { font-size:12px; line-height:15px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g16h { font-size:12px; line-height:16px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g17h { font-size:12px; line-height:17px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12lg { font-size:12px; line-height:15px; color:#666666; font-family:Osaka; }");
document.writeln (".fs12w { font-size:12px; line-height:15px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs12r { font-size:12px; color:#ff0000;font-family:Osaka; }");
document.writeln (".fs12gb17h { font-size:12px; line-height:17px; color:#cfb62d;font-family:Osaka; }");
document.writeln (".fs12gr { font-size:12px; line-height:17px; color:#006600; font-family:Osaka; }");
}
else
{
// Mac Netscape 6.x
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; background-color:#ffffff;}");

document.writeln ("a { text-decoration:none; }");
document.writeln ("a:hover { text-decoration: underline; }");

document.writeln (".linkg { color: #333333 }");
document.writeln (".linklg { color: #666666 }");
document.writeln (".linkwhite { color: #ffffff }");
document.writeln (".linkred { color: #ff0000 }");
document.writeln (".linkgreen { color: #006600 }");

document.writeln (".fs8 { font-size:8px; font-family:Osaka; }");
document.writeln (".fs8g { font-size:8px; color:#333333 font-family:Osaka; }");
document.writeln (".fs8lg { font-size:8px; color:#666666 font-family:Osaka; }");
document.writeln (".fs8w { font-size:8px; color:#ffffff font-family:Osaka; }");

document.writeln (".fs9lg { font-size:9px; color:#666666 font-family:Osaka; }");

document.writeln (".fs10 { font-size:10px; line-height:13px; font-family:Osaka; }");
document.writeln (".fs10g { font-size:10px; line-height:13px; color:#333333; font-family:Osaka; }");
document.writeln (".fs10lg { font-size:10px; line-height:13px; color:#666666; font-family:Osaka; }");
document.writeln (".fs10w { font-size:10px; line-height:13px; color:#ffffff; font-family:Osaka; }");

document.writeln (".fs11 { font-size:10px; line-height:14px; font-family:Osaka; }");
document.writeln (".fs11lg { font-size:10px; line-height:14px; color:#666666; font-family:Osaka; }");

document.writeln (".fs12 { font-size:12px; line-height:15px; font-family:Osaka; }");
document.writeln (".fs12g { font-size:12px; line-height:15px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g16h { font-size:12px; line-height:16px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g17h { font-size:12px; line-height:17px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12lg { font-size:12px; line-height:15px; color:#666666; font-family:Osaka; }");
document.writeln (".fs12w { font-size:12px; line-height:15px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs12r { font-size:12px; color:#ff0000;font-family:Osaka; }");
document.writeln (".fs12gb17h { font-size:12px; line-height:17px; color:#cfb62d; font-family:Osaka; }");
document.writeln (".fs12gr { font-size:12px; line-height:17px; color:#006600; font-family:Osaka; }");
}
}
}
else
{
if ( bName == "M" )
{
// WIN IE
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; background-color:#ffffff;}");

document.writeln ("a { text-decoration:none; }");
document.writeln ("a:hover { text-decoration: underline; }");

document.writeln (".linkg { color: #333333 }");
document.writeln (".linklg { color: #666666 }");
document.writeln (".linkwhite { color: #ffffff }");
document.writeln (".linkred { color: #ff0000 }");
document.writeln (".linkgreen { color: #006600 }");

document.writeln (".fs8 { font-size:9px; line-height:11px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs8g { font-size:9px; line-height:11px; color:#333333 font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs8lg { font-size:9px; line-height:11px; color:#666666 font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs8w { font-size:9px; line-height:11px; color:#ffffff font-family:Osaka, MS　Pゴシック; }");

document.writeln (".fs9lg { font-size:10px; line-height:12px; color:#666666 font-family:Osaka, MS　Pゴシック; }");

document.writeln (".fs10 { font-size:11px; line-height:13px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs10g { font-size:11px; line-height:13px; color:#333333; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs10lg { font-size:11px; line-height:13px; color:#666666; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs10w { font-size:11px; line-height:13px; color:#ffffff; font-family:Osaka, MS　Pゴシック; }");

document.writeln (".fs11 { font-size:12px; line-height:14px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs11lg { font-size:12px; line-height:14px; color:#666666; font-family:Osaka, MS　Pゴシック; }");

document.writeln (".fs12 { font-size:13px; line-height:15px; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12g { font-size:13px; line-height:15px; color:#333333;font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12g16h { font-size:13px; line-height:16px; color:#333333;font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12g17h { font-size:13px; line-height:17px; color:#333333;font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12lg { font-size:13px; line-height:15px; color:#666666; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12w { font-size:13px; line-height:15px; color:#ffffff; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12r { font-size:13px; color:#ff0000;font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12gb17h { font-size:13px; line-height:17px; color:#cfb62d; font-family:Osaka, MS　Pゴシック; }");
document.writeln (".fs12gr { font-size:13px; line-height:17px; color:#006600; 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; background-color:#ffffff;}");

document.writeln ("a { color:#0000ff; text-decoration:none; }");
document.writeln ("a:hover { color:#ffffff; background-color:#f93200; }");
document.writeln ("a:active { color:#ffffff; background-color:#f93200; }");

document.writeln (".linkg { color: #333333 }");
document.writeln (".linklg { color: #666666 }");
document.writeln (".linkwhite { color: #ffffff }");
document.writeln (".linkred { color: #ff0000 }");
document.writeln (".linkgreen { color: #006600 }");

document.writeln (".fs8 { font-size:10px; line-height:11px; font-family:Osaka; }");
document.writeln (".fs8g { font-size:10px; line-height:11px; color:#333333 font-family:Osaka; }");
document.writeln (".fs8lg { font-size:10px; line-height:11px; color:#666666 font-family:Osaka; }");
document.writeln (".fs8w { font-size:10px; line-height:11px; color:#ffffff font-family:Osaka; }");

document.writeln (".fs9lg { font-size:10px; line-height:12px; color:#666666 font-family:Osaka; }");

document.writeln (".fs10 { font-size:11px; line-height:13px; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs10g { font-size:11px; line-height:13px; letter-spacing:1px; color:#333333; font-family:Osaka; }");
document.writeln (".fs10lg { font-size:11px; line-height:13px; letter-spacing:1px; color:#666666; font-family:Osaka; }");
document.writeln (".fs10w { font-size:11px; line-height:13px; letter-spacing:1px; color:#ffffff; font-family:Osaka; }");

document.writeln (".fs11 { font-size:12px; line-height:14px; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs11lg { font-size:12px; line-height:14px; letter-spacing:1px; color:#666666; font-family:Osaka; }");

document.writeln (".fs12 { font-size:13px; line-height:15px; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs12g { font-size:13px; line-height:15px; letter-spacing:1px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g16h { font-size:13px; line-height:16px; letter-spacing:1px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g17h { font-size:13px; line-height:17px; letter-spacing:1px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12lg { font-size:13px; line-height:15px; letter-spacing:1px; color:#666666; font-family:Osaka; }");
document.writeln (".fs12w { font-size:13px; line-height:15px; letter-spacing:1px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs12r { font-size:13px; line-height:15px; letter-spacing:1px; color:#ff0000;font-family:Osaka; }");
document.writeln (".fs12gb17h { font-size:13px; line-height:17px; letter-spacing:1px; color:#cfb62d; font-family:Osaka; }");
document.writeln (".fs12gr { font-size:13px; line-height:17px; letter-spacing:1px; color:#006600; font-family:Osaka; }");
}
else
{
// Win Netscape 6.x
document.writeln ("body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; background-color:#ffffff;}");

document.writeln ("a { color:#0000ff; text-decoration:none; }");
document.writeln ("a:hover { color:#ffffff; background-color:#f93200; }");
document.writeln ("a:active { color:#ffffff; background-color:#f93200; }");

document.writeln (".linkg { color: #333333 }");
document.writeln (".linklg { color: #666666 }");
document.writeln (".linkwhite { color: #ffffff }");
document.writeln (".linkred { color: #ff0000 }");
document.writeln (".linkgreen { color: #006600 }");

document.writeln (".fs8 { font-size:9px; line-height:11px; font-family:Osaka; }");
document.writeln (".fs8g { font-size:9px; line-height:11px; color:#333333 font-family:Osaka; }");
document.writeln (".fs8lg { font-size:9px; line-height:11px; color:#666666 font-family:Osaka; }");
document.writeln (".fs8w { font-size:9px; line-height:11px; color:#ffffff font-family:Osaka; }");

document.writeln (".fs9lg { font-size:10px; line-height:12px; color:#666666 font-family:Osaka; }");

document.writeln (".fs10 { font-size:11px; line-height:13px; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs10g { font-size:11px; line-height:13px; letter-spacing:1px; color:#333333; font-family:Osaka; }");
document.writeln (".fs10lg { font-size:11px; line-height:13px; letter-spacing:1px; color:#666666; font-family:Osaka; }");
document.writeln (".fs10w { font-size:11px; line-height:13px; letter-spacing:1px; color:#ffffff; font-family:Osaka; }");

document.writeln (".fs11 { font-size:12px; line-height:14px; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs11lg { font-size:12px; line-height:14px; letter-spacing:1px; color:#666666; font-family:Osaka; }");

document.writeln (".fs12 { font-size:13px; line-height:15px; letter-spacing:1px; font-family:Osaka; }");
document.writeln (".fs12g { font-size:13px; line-height:15px; letter-spacing:1px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g16h { font-size:13px; line-height:16px; letter-spacing:1px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12g17h { font-size:13px; line-height:17px; letter-spacing:1px; color:#333333;font-family:Osaka; }");
document.writeln (".fs12lg { font-size:13px; line-height:15px; letter-spacing:1px; color:#666666; font-family:Osaka; }");
document.writeln (".fs12w { font-size:13px; line-height:15px; letter-spacing:1px; color:#ffffff; font-family:Osaka; }");
document.writeln (".fs12r { font-size:13px; line-height:15px; letter-spacing:1px; color:#ff0000;font-family:Osaka; }");
document.writeln (".fs12gb17h { font-size:13px; line-height:17px; letter-spacing:1px; color:#cfb62d; font-family:Osaka; }");
document.writeln (".fs12gr { font-size:13px; line-height:17px; letter-spacing:1px; color:#006600; font-family:Osaka; }");
}
}
}

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