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{font-size:12px}");
		document.writeln("td{font-size:12px}");
		document.writeln("font{font-size:12px}");
		document.writeln(".big{font-size:16px}");
		document.writeln(".middle{font-size:14px}");
		document.writeln(".small{font-size:10px}");
		document.writeln(".sn{font-size:11px}");
		document.writeln(".snsab{font-size:10px}");
		document.writeln(".font1{font-size:12px;line-height:130%;}");
		document.writeln(".font2{font-size:10px;line-height:130%;}");
		document.writeln("a:link {text-decoration: underline;color: #0000cc}");
		document.writeln("a:visited {text-decoration: underline;color: #0000cc}");
		document.writeln("a:hover {text-decoration: underline;color: #CC0000}");
		document.writeln(".medium{font-size:10px}");
		document.writeln(".xsmall{font-size:9px}");
		document.writeln(".fast{font-size:11px}");
		document.writeln(".second{font-size:11px}");
		document.writeln(".third{font-size:10px}");
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.writeln("body{font-size:12px}");
			document.writeln("td{font-size:12px}");
			document.writeln("font{font-size:12px}");
			document.writeln(".big{font-size:16px}");
			document.writeln(".middle{font-size:14px}");
			document.writeln(".small{font-size:10px}");
			document.writeln(".sn{font-size:11px}");
			document.writeln(".snsab{font-size:10px}");
			document.writeln(".font1{font-size:12px;line-height:140%}");
			document.writeln(".font2{font-size:10px;line-height:130%}");
			document.writeln(".medium{font-size:10px}");
			document.writeln(".xsmall{font-size:10px}");
			document.writeln(".fast{font-size:11px}");
			document.writeln(".second{font-size:11px}");
			document.writeln(".third{font-size:10px}");
		}
		else
		{
			// MAC NETSCAPE 6.x~
			document.writeln("body{font-size:12px}");
			document.writeln("td{font-size:12px}");
			document.writeln("font{font-size:12px}");
			document.writeln(".big{font-size:16px}");
			document.writeln(".middle{font-size:14px}");
			document.writeln(".small{font-size:10px}");
			document.writeln(".sn{font-size:12px}");
			document.writeln(".snsab{font-size:10px}");
			document.writeln(".font1{font-size:12px;line-height:130%}");
			document.writeln(".font2{font-size:10px;line-height:130%}");
			document.writeln("a:link {text-decoration: underline;color: #0000cc}");
			document.writeln("a:visited {text-decoration: underline;color: #0000cc}");
			document.writeln("a:hover {text-decoration: underline;color: #CC0000}");
			document.writeln(".medium{font-size:10px}");
			document.writeln(".xsmall{font-size:9px}");
			document.writeln(".fast{font-size:11px}");
			document.writeln(".second{font-size:11px}");
			document.writeln(".third{font-size:10px}");
		}
	}
}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln("body{font-size:12px;font-family:MS UI Gothic}");
		document.writeln("td{font-size:12px;font-family:MS UI Gothic}");
		document.writeln("font{font-size:12;font-family:MS UI Gothic}");
		document.writeln(".big{font-size:16px}");
		document.writeln(".middle{font-size:14px;line-height:120%}");
		document.writeln(".small{font-size:8px}");
		document.writeln(".sn{font-size:12px}");
		document.writeln(".snsab{font-size:10px}");
		document.writeln(".font1{font-size:12px;line-height:150%;font-family:MS UI Gothic}");
		document.writeln(".font2{font-size:10px;line-height:140%;font-family:MS UI Gothic}");
		document.writeln("a:link {text-decoration: underline;color: #0000cc}");
		document.writeln("a:visited {text-decoration: underline;color: #0000cc}");
		document.writeln("a:hover {text-decoration: underline;color: #CC0000}");
		document.writeln(".medium{font-size:10px}");
		document.writeln(".xsmall{font-size:9px}");
		document.writeln(".fast{font-size:11px}");
		document.writeln(".second{font-size:11px}");
		document.writeln(".third{font-size:10px}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.writeln("body{font-size:13px;font-family:MS UI Gothic}");
			document.writeln("td{font-size:13px;font-family:MS UI Gothic}");
			document.writeln("font{font-size:13px;font-family:MS UI Gothic}");
			document.writeln(".big{font-size:16px}");
			document.writeln(".middle{font-size:14px}");
			document.writeln(".small{font-size:11px}");
			document.writeln(".sn{font-size:13px}");
			document.writeln(".snsab{font-size:11px}");
			document.writeln(".font1{font-size:13px;line-height:150%;font-family:MS UI Gothic}");
			document.writeln(".font2{font-size:11px;line-height:140%;font-family:MS UI Gothic}");
			document.writeln(".medium{font-size:11px}");
			document.writeln(".xsmall{font-size:10px}");
			document.writeln(".fast{font-size:11px}");
			document.writeln(".second{font-size:11px}");
			document.writeln(".third{font-size:10px}");
		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.writeln("body{font-size:13px;font-family:MS UI Gothic}");
			document.writeln("td{font-size:13px;font-family:MS UI Gothic}");
			document.writeln("font{font-size:13px;font-family:MS UI Gothic}");
			document.writeln(".big{font-size:16px}");
			document.writeln(".middle{font-size:14px}");
			document.writeln(".small{font-size:11px}");
			document.writeln(".sn{font-size:12px}");
			document.writeln(".snsab{font-size:11px}");
			document.writeln(".font1{font-size:12px;line-height:150%;font-family:MS UI Gothic}");
			document.writeln(".font2{font-size:11px;line-height:140%;font-family:MS UI Gothic}");
			document.writeln("a:link {text-decoration: underline;color: #0000cc}");
			document.writeln("a:visited {text-decoration: underline;color: #0000cc}");
			document.writeln("a:hover {text-decoration: underline;color: #CC0000}");
			document.writeln(".medium{font-size:11px}");
			document.writeln(".xsmall{font-size:10px}");
			document.writeln(".fast{font-size:12px}");
			document.writeln(".second{font-size:12px}");
			document.writeln(".third{font-size:11px}");
		}
	}
}
document.writeln("--></STYLE>");
