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(".ss{font-size:9px}");
		document.writeln(".s{font-Size:11px}");
		document.writeln(".m,body,td,th{font-Size:13px}");
		document.writeln(".l{font-Size:16px}");
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.writeln(".ss{font-size:9px; line-height:11px}");
			document.writeln(".s{font-Size:11px; line-height:13px}");
			document.writeln(".m{font-Size:13px; line-height:16px}"); 
			document.writeln(".l{font-Size:16px; line-height:18px}");
			document.writeln("body,td,th{font-Size:13px}"); 
	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
			document.writeln(".ss{font-size:9px; line-height:11px}");
			document.writeln(".s{font-Size:11px; line-height:13px}");
			document.writeln(".m,body,td,th{font-Size:13px; line-height:16px}"); 
			document.writeln(".l{font-Size:16px; line-height:18px}");	
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln(".ss{font-size:10px; line-height:12px}");
		document.writeln(".s{font-Size:12px; line-height:14px}");
		document.writeln(".m,body,td,th{font-Size:14px; line-height:16px; letter-spacing:1px}");
		document.writeln(".l{font-Size:16px; line-height:18px;}");
			document.writeln("body,td,th{font-Size:14px}");
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.writeln(".ss{font-size:10px; line-height:12px}");
			document.writeln(".s{font-Size:12px; line-height:14px}");
			document.writeln(".m{font-Size:14px; line-height:16px}");
			document.writeln(".l{font-Size:16px; line-height:18px}");
			document.writeln("body,td,th{font-Size:14px}");
		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.writeln(".ss{font-size:10px; line-height:12px}");
			document.writeln(".s{font-Size:12px; line-height:14px}");
			document.writeln(".m,body,td,th{font-Size:14px; line-height:16px;}");
			document.writeln(".l{font-Size:16px; line-height:18px;}");
			document.writeln("body,td,th{font-Size:14px}");
		
		}
	}
}
 document.writeln("--></STYLE>");


function openwin(url) {
 w = window.open(url, 'win','width=550,height=500,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}

function openwin02(url) {
 w = window.open(url, 'win','width=480,height=760,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}

function openwin03(url) {
 w = window.open(url, 'win','width=520,height=600,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}
