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(".c1{font-size:11px}");
document.writeln(".c2{font-Size:12px}");
document.writeln(".c3{font-Size:14px; font-weight:bold; color:#E0070F}");
document.writeln(".c4{font-Size:14px; font-weight:bold; color:#F26522}");
}
else
{
if( vNum < 5 )
{
//Mac Netscape 4.x
document.writeln(".c1{font-size:11px; line-height: 13px}");
document.writeln(".c2{font-Size:13px; line-height: 14px}");
document.writeln(".c3{font-Size:14px; font-weight:bold; color:#E0070F}");
document.writeln(".c4{font-Size:14px; font-weight:bold; color:#F26522}");
}
else
{
//Mac Netscape6.x
document.writeln(".c1{font-size:11px; line-height: 13px}");
document.writeln(".c2{font-Size:13px; line-height: 14px}");
document.writeln(".c3{font-Size:14px; font-weight:bold; color:#E0070F}");
document.writeln(".c4{font-Size:14px; font-weight:bold; color:#F26522}");
}
}
}
else
{
if (bName == "M")
{
//Win IE
document.writeln(".c1{font-size:11px; line-height: 13px}");
document.writeln(".c2{font-Size:13px; line-height: 14px}");
document.writeln(".c3{font-Size:14px; font-weight:bold; color:#E0070F}");
document.writeln(".c4{font-Size:14px; font-weight:bold; color:#F26522}");
}
else
{
if( vNum < 5 )
{
//Win Netscape4.x
document.writeln(".c1{font-size:11px; line-height: 13px}");
document.writeln(".c2{font-Size:13px; line-height: 14px}");
document.writeln(".c3{font-Size:14px; font-weight:bold; color:#E0070F}");
document.writeln(".c4{font-Size:14px; font-weight:bold; color:#F26522}");
}
else
{
//Win Netscape6.x
document.writeln(".c1{font-size:11px; line-height: 13px}");
document.writeln(".c2{font-Size:13px; line-height: 14px}");
document.writeln(".c3{font-Size:14px; font-weight:bold; color:#E0070F}");
document.writeln(".c4{font-Size:14px; font-weight:bold; color:#F26522}");
}
}
}
document.writeln("--></style>");

function gotoh(){
alert("test");
}