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(".xstxte{font-Size:9px;}");
		document.writeln(".stxte{font-size:12px;}");
		document.writeln(".mtxte{font-size:14px;}");
		document.writeln(".ltxte{font-size:16px;}");
		document.writeln(".xstxtj{font-size:9px;}");
		document.writeln(".stxtj{font-Size:10px;}");
		document.writeln(".mtxtj{font-Size:12px;}");
		document.writeln(".ltxtj{font-Size:14px;}");
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.writeln(".sstxt-e{font-Size:9px;}");
			document.writeln(".stxt-e{font-size:10px;}");
			document.writeln(".mtxt-e{font-size:12px;}");
			document.writeln(".ltxt-e{font-size:14px;}");
			document.writeln(".sstxt-j{font-size:9px;}");
			document.writeln(".stxt-j{font-Size:10px;}");
			document.writeln(".mtxt-j{font-Size:12px;}");
			document.writeln(".ltxt-j{font-Size:14px;}");
	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
			document.writeln(".sstxt-e{font-Size:9px;}");
			document.writeln(".stxt-e{font-size:10px;}");
			document.writeln(".mtxt-e{font-size:12px;}");
			document.writeln(".ltxt-e{font-size:14px;}");
			document.writeln(".sstxt-j{font-size:9px;}");
			document.writeln(".stxt-j{font-Size:10px;}");
			document.writeln(".mtxt-j{font-Size:12px;}");
			document.writeln(".ltxt-j{font-Size:14px;}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln(".sstxt-e{font-Size:9px;}");
		document.writeln(".stxt-e{font-size:10px;}");
		document.writeln(".mtxt-e{font-size:12px;}");
		document.writeln(".ltxt-e{font-size:14px;}");
		document.writeln(".sstxt-j{font-size:10px;}");
		document.writeln(".stxt-j{font-Size:11px;}");
		document.writeln(".mtxt-j{font-Size:12px; letter-spacing:1px}");
		document.writeln(".ltxt-j{font-Size:14px; letter-spacing:1px}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.writeln(".sstxt-e{font-Size:13px}");
			document.writeln(".stxt-e{font-size:12px;}");
			document.writeln(".mtxt-e{font-size:14px;}");
			document.writeln(".ltxt-e{font-size:14px;}");
			document.writeln(".sstxt-j{font-size:11px;}");
			document.writeln(".stxt-j{font-Size:11px;}");
			document.writeln(".mtxt-j{font-Size:12px;}");
			document.writeln(".ltxt-j{font-Size:15px;}");
		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.writeln(".sstxt-e{font-Size:9px;}");
			document.writeln(".stxt-e{font-size:10px;}");
			document.writeln(".mtxt-e{font-size:12px;}");
			document.writeln(".ltxt-e{font-size:14px;}");
			document.writeln(".sstxt-j{font-size:10px;}");
			document.writeln(".stxt-j{font-Size:11px;}");
			document.writeln(".mtxt-j{font-Size:12px; letter-spacing:1px}");
			document.writeln(".ltxtj-{font-Size:14px; letter-spacing:1px}");
		
		}
	}
}
 document.writeln("--></STYLE>");

