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.write(".backnumber{font-size:10px; line-height:10px; font-family:Osaka; color:#339999;text-align:left;}")
			document.write(".j10m{font-size:10px; line-height:13px; font-family:Osaka;}")
			document.write(".j11m{font-size:11px; line-height:14px; font-family:Osaka;}")
			document.write(".j12m{font-size:12px; line-height:16px; font-family:Osaka;}")
			document.write(".j13m{font-size:13px; line-height:18px; font-family:Osaka;}")
			document.write(".j15m{font-size:17px; line-height:20px; font-family:Osaka;}")
			document.write(".tel{font-family: Arial, Helvetica, sans-serif;font-size: xx-large;letter-spacing: 1px;}")
			document.write(".caution{color: #FF0000;font-size: small;}")
			document.write(".time {margin:5px 25px;font-size: small;text-align:right;color:#555555}")
			document.write(".date {font-size: large;font-weight: bold;color: #000000;text-align:center;}")
			document.write(".intro {margin:15px 0px 5px;font-size: smaller;}")
			document.write("h1,h2{color: #339999;font-size: medium;font-weight: bold;margin:10px 24px;text-align:left}")
			document.write(".h1img{margin:0px;}")
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.write(".backnumber{font-size:10px; line-height:10px; color:#339999;text-align:left; }")
			document.write(".j10m{font-size:10px; line-height:16px;}")
			document.write(".j11m{font-size:11px; line-height:16px;}")
			document.write(".j12m{font-size:12px; line-height:20px;}")
			document.write(".j13m{font-size:13px; line-height:22px;}")
			document.write(".j15m{font-size:18px; line-height:26px;}")
			document.write(".tel{font-family: Arial, Helvetica, sans-serif;font-size: xx-large;letter-spacing: 1px;}")
			document.write(".caution{color: #FF0000;font-size: small;}")
			document.write(".time {margin:5px 25px;font-size: small;text-align:right;color:#555555}")
			document.write(".date {font-size: large;font-weight: bold;color: #000000;text-align:center;}")
			document.write(".intro {margin:15px 0px 5px;font-size: smaller;}")
			document.write("h1,h2{color: #339999;font-size: medium;font-weight: bold;margin:10px 24px;text-align:left}")
			document.write(".h1img{margin:0px;}")
			}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
			document.write(".backnumber{font-size:10px; line-height:10px; font-family:Osaka; color:#339999;text-align:left; }")
			document.write(".j10m{font-size:10px; line-height:16px; font-family:Osaka;}")
			document.write(".j11m{font-size:11px; line-height:16px; font-family:Osaka;}")
			document.write(".j12m{font-size:12px; line-height:20px; font-family:Osaka;}")
			document.write(".j13m{font-size:13px; line-height:22px; font-family:Osaka;}")
			document.write(".j15m{font-size:18px; line-height:26px; font-family:Osaka;}")
			document.write(".tel{font-family: Arial, Helvetica, sans-serif;font-size: xx-large;letter-spacing: 1px;}")
			document.write(".caution{color: #FF0000;font-size: small;}")
			document.write(".time {margin:5px 25px;font-size: small;text-align:right;color:#555555}")
			document.write(".date {font-size: large;font-weight: bold;color: #000000;text-align:center;}")
			document.write(".intro {margin:15px 0px 5px;font-size: smaller;}")
			document.write("h1,h2{color: #339999;font-size: medium;font-weight: bold;margin:10px 24px;text-align:left}")
			document.write(".h1img{margin:0px;}")
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
			document.write(".backnumber{font-size:11px; line-height:11px; font-family:Osaka; color:#339999;text-align:left; }")
			document.write(".j10m{font-size:11px; line-height:13px; font-family:Osaka;}")
			document.write(".j11m{font-size:12px; line-height:16px; font-family:Osaka;}")
			document.write(".j12m{font-size:14px; line-height:20px; font-family:Osaka;}")
			document.write(".j13m{font-size:15px; line-height:22px; font-family:Osaka;}")
			document.write(".j15m{font-size:18px; line-height:26px; font-family:Osaka;}")
			document.write(".tel{font-family: Arial, Helvetica, sans-serif;font-size: xx-large;letter-spacing: 1px;}")
			document.write(".caution{color: #FF0000;font-size: small;}")
			document.write(".time {margin:5px 25px;font-size: small;text-align:right;color:#555555}")
			document.write(".date {font-size: large;font-weight: bold;color: #000000;text-align:center;}")
			document.write(".intro {margin:15px 0px 5px;font-size: smaller;}")
			document.write("h1,h2{color: #339999;font-size: medium;font-weight: bold;margin:10px 24px;text-align:left}")
			document.write(".h1img{margin:0px;}")
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.write(".backnumber{font-size:10px; line-height:10px; color:#339999;text-align:left; }")
			document.write(".j10m{font-size:11px; line-height:11px;}")
			document.write(".j11m{font-size:12px; line-height:16px;}")
			document.write(".j12m{font-size:14px; line-height:19px;}")
			document.write(".j13m{font-size:15px; line-height:22px;}")
			document.write(".j15m{font-size:18px; line-height:26px;}")
			document.write(".tel{font-size: xx-large;letter-spacing: 1px;}")
			document.write(".caution{color: #FF0000;font-size: small;}")
			document.write(".time {margin:5px 25px;font-size: small;text-align:right;color:#555555}")
			document.write(".date {font-size: large;font-weight: bold;color: #000000;text-align:center;}")
			document.write(".intro {margin:15px 0px 5px;font-size: small;}")
			document.write("h1,h2{color: #339999;font-size: medium;font-weight: bold;margin:10px 24px;text-align:left}")
			document.write(".h1img{margin:0px;}")
		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.write(".backnumber{font-size:10px; line-height:10px; font-family:Osaka; color:#339999;text-align:left; }")
			document.write(".j10m{font-size:11px; line-height:11px; font-family:Osaka;}")
			document.write(".j11m{font-size:12px; line-height:16px; font-family:Osaka;}")
			document.write(".j12m{font-size:14px; line-height:19px; font-family:Osaka;}")
			document.write(".j13m{font-size:15px; line-height:22px; font-family:Osaka;}")
			document.write(".j15m{font-size:18px; line-height:26px; font-family:Osaka;}")
			document.write(".tel{font-family: Arial, Helvetica, sans-serif;font-size: xx-large;letter-spacing: 1px;}")
			document.write(".caution{color: #FF0000;font-size: small;}")
			document.write(".time {margin:5px 25px;font-size: small;text-align:right;color:#555555}")
			document.write(".date {font-size: large;font-weight: bold;color: #000000;text-align:center;}")
			document.write(".intro {margin:15px 0px 5px;font-size: smaller;}")
			document.write("h1,h2{color: #339999;font-size: medium;font-weight: bold;margin:10px 24px;text-align:left}")
			document.write(".h1img{margin:0px;}")
		}
	}
}
 document.writeln("--></STYLE>");


