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(".fs11{font-Size:10px}");
		document.writeln(".fs12{font-Size:12px}");
		document.writeln(".fs14{font-Size:14px}");
		document.writeln(".fs11c{font-Size:10px}");
		document.writeln(".fs12c{font-Size:12px}");
		document.writeln(".fs14c{font-Size:14px}");
		document.writeln(".fs11r{font-Size:10px}");
		document.writeln(".fs12r{font-Size:12px}");
		document.writeln(".fs14r{font-Size:14px}");
		document.writeln(".fs11w{font-Size:10px}");
		document.writeln(".fs12w{font-Size:12px}");
		document.writeln(".fs14w{font-Size:14px}");
		document.writeln(".txt11{font-Size:10px; line-height:1.5em}");
		document.writeln(".txt12{font-Size:12px; line-height:1.8em}");
		document.writeln(".txt14{font-Size:14px; line-height:1.7em}");
		document.writeln(".txt11c{font-Size:10px; line-height:1.5em}");
		document.writeln(".txt12c{font-Size:12px; line-height:1.8em}");
		document.writeln(".txt14c{font-Size:14px; line-height:1.7em}");
		document.writeln(".txt11r{font-Size:10px; line-height:1.5em}");
		document.writeln(".txt12r{font-Size:12px; line-height:1.8em}");
		document.writeln(".txt14r{font-Size:14px; line-height:1.7em}");
		document.writeln(".txt11w{font-Size:10px; line-height:1.5em}");
		document.writeln(".txt12w{font-Size:12px; line-height:1.8em}");
		document.writeln(".txt14w{font-Size:14px; line-height:1.7em}");
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.writeln(".fs11{font-Size:10px}");
			document.writeln(".fs12{font-Size:12px}");
			document.writeln(".fs14{font-Size:14px}");
			document.writeln(".fs11c{font-Size:10px}");
			document.writeln(".fs12c{font-Size:12px}");
			document.writeln(".fs14c{font-Size:14px}");
			document.writeln(".fs11r{font-Size:10px}");
			document.writeln(".fs12r{font-Size:12px}");
			document.writeln(".fs14r{font-Size:14px}");
			document.writeln(".fs11w{font-Size:10px}");
			document.writeln(".fs12w{font-Size:12px}");
			document.writeln(".fs14w{font-Size:14px}");
			document.writeln(".txt11{font-Size:10px; line-height:1.5em}");
			document.writeln(".txt12{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11c{font-Size:10px; line-height:1.5em}");
			document.writeln(".txt12c{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14c{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11r{font-Size:10px; line-height:1.5em}");
			document.writeln(".txt12r{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14r{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11w{font-Size:10px; line-height:1.5em}");
			document.writeln(".txt12w{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14w{font-Size:14px; line-height:1.7em}");
	 	}
		else
	 	{
			// MAC NETSCAPE 6.x~
			document.writeln(".fs11{font-Size:10px}");
			document.writeln(".fs12{font-Size:12px}");
			document.writeln(".fs14{font-Size:14px}");
			document.writeln(".fs11c{font-Size:10px}");
			document.writeln(".fs12c{font-Size:12px}");
			document.writeln(".fs14c{font-Size:14px}");
			document.writeln(".fs11r{font-Size:10px}");
			document.writeln(".fs12r{font-Size:12px}");
			document.writeln(".fs14r{font-Size:14px}");
			document.writeln(".fs11w{font-Size:10px}");
			document.writeln(".fs12w{font-Size:12px}");
			document.writeln(".fs14w{font-Size:14px}");
			document.writeln(".txt11{font-Size:10px; line-height:1.5em}");
			document.writeln(".txt12{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11c{font-Size:10px; line-height:1.5em}");
			document.writeln(".txt12c{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14c{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11r{font-Size:10px; line-height:1.5em}");
			document.writeln(".txt12r{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14r{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11w{font-Size:10px; line-height:1.5em}");
			document.writeln(".txt12w{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14w{font-Size:14px; line-height:1.7em}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln(".fs11{font-Size:11px}");
		document.writeln(".fs12{font-Size:12px}");
		document.writeln(".fs14{font-Size:14px}");
		document.writeln(".fs11c{font-Size:11px}");
		document.writeln(".fs12c{font-Size:12px}");
		document.writeln(".fs14c{font-Size:14px}");
		document.writeln(".fs11r{font-Size:11px}");
		document.writeln(".fs12r{font-Size:12px}");
		document.writeln(".fs14r{font-Size:14px}");
		document.writeln(".fs11w{font-Size:11px}");
		document.writeln(".fs12w{font-Size:12px}");
		document.writeln(".fs14w{font-Size:14px}");
		document.writeln(".txt11{font-Size:11px; line-height:1.5em}");
		document.writeln(".txt12{font-Size:12px; line-height:1.8em}");
		document.writeln(".txt14{font-Size:14px; line-height:1.7em}");
		document.writeln(".txt11c{font-Size:11px; line-height:1.5em}");
		document.writeln(".txt12c{font-Size:12px; line-height:1.8em}");
		document.writeln(".txt14c{font-Size:14px; line-height:1.7em}");
		document.writeln(".txt11r{font-Size:11px; line-height:1.5em}");
		document.writeln(".txt12r{font-Size:12px; line-height:1.8em}");
		document.writeln(".txt14r{font-Size:14px; line-height:1.7em}");
		document.writeln(".txt11w{font-Size:11px; line-height:1.5em}");
		document.writeln(".txt12w{font-Size:12px; line-height:1.8em}");
		document.writeln(".txt14w{font-Size:14px; line-height:1.7em}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.writeln(".fs11{font-Size:11px}");
			document.writeln(".fs12{font-Size:12px}");
			document.writeln(".fs14{font-Size:14px}");
			document.writeln(".fs11c{font-Size:11px}");
			document.writeln(".fs12c{font-Size:12px}");
			document.writeln(".fs14c{font-Size:14px}");
			document.writeln(".fs11r{font-Size:11px}");
			document.writeln(".fs12r{font-Size:12px}");
			document.writeln(".fs14r{font-Size:14px}");
			document.writeln(".fs11w{font-Size:11px}");
			document.writeln(".fs12w{font-Size:12px}");
			document.writeln(".fs14w{font-Size:14px}");
			document.writeln(".txt11{font-Size:11px; line-height:1.6em}");
			document.writeln(".txt12{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11c{font-Size:11px; line-height:1.6em}");
			document.writeln(".txt12c{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14c{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11r{font-Size:11px; line-height:1.6em}");
			document.writeln(".txt12r{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14r{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11w{font-Size:11px; line-height:1.6em}");
			document.writeln(".txt12w{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14w{font-Size:14px; line-height:1.7em}");
		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.writeln(".fs11{font-Size:11px}");
			document.writeln(".fs12{font-Size:12px}");
			document.writeln(".fs14{font-Size:14px}");
			document.writeln(".fs11c{font-Size:11px}");
			document.writeln(".fs12c{font-Size:12px}");
			document.writeln(".fs14c{font-Size:14px}");
			document.writeln(".fs11r{font-Size:11px}");
			document.writeln(".fs12r{font-Size:12px}");
			document.writeln(".fs14r{font-Size:14px}");
			document.writeln(".fs11w{font-Size:11px}");
			document.writeln(".fs12w{font-Size:12px}");
			document.writeln(".fs14w{font-Size:14px}");
			document.writeln(".txt11{font-Size:11px; line-height:1.6em}");
			document.writeln(".txt12{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11c{font-Size:11px; line-height:1.6em}");
			document.writeln(".txt12c{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14c{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11r{font-Size:11px; line-height:1.6em}");
			document.writeln(".txt12r{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14r{font-Size:14px; line-height:1.7em}");
			document.writeln(".txt11w{font-Size:11px; line-height:1.6em}");
			document.writeln(".txt12w{font-Size:12px; line-height:1.8em}");
			document.writeln(".txt14w{font-Size:14px; line-height:1.7em}");
		}
	}
}
document.writeln("--></STYLE>");


