
var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
location.href="sorry.html";
if ( bName == "N" && vNum < 4)
location.href="sorry.html";

document.writeln("<style type='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > -1)
{
 if( bName == "M")
  {
   // Mac IE
		document.writeln("td, th{font-Size:12px;}");
		document.writeln(".px10{font-Size:10px; line-height:13px;}");
		document.writeln(".px12{font-Size:12px; line-height:17px;}");
		document.writeln(".px10_t{font-Size:10px;}");
		document.writeln(".px12_t{font-Size:12px;}");

   }
   else
   {
 if( vNum < 5 )
   {
    // Mac Netscape 4.x
		document.writeln("td, th{font-Size:12px;}");
		document.writeln(".px10{font-Size:10px; line-height:13px;}"); 
		document.writeln(".px12{font-Size:12px; line-height:17px;}");
		document.writeln(".px10_t{font-Size:10px;}");
		document.writeln(".px12_t{font-Size:12px;}");
    }
   else
    {
    // Mac Netscape 6.x~
		document.writeln("td, th{font-Size:12px;}");
		document.writeln(".px10{font-Size:10px; line-height:13px}"); 
		document.writeln(".px12{font-Size:12px; line-height:17px}");
		document.writeln(".px10_t{font-Size:10px;}");
		document.writeln(".px12_t{font-Size:12px;}");
	}
 }

}
else
{
 if( bName == "M")
  {
    // Win IE
	document.writeln("td, th{font-Size:12px; letter-spacing:1px;}");
	document.writeln(".px10{font-Size:11px; line-height:13px; letter-spacing:0px;}");
	document.writeln(".px12{font-Size:12px; line-height:17px; letter-spacing:1px;}");
	document.writeln(".px10_t{font-Size:11px; letter-spacing:0px;}");
	document.writeln(".px12_t{font-Size:12px; letter-spacing:1px;}");
    }
   else
    {
 if( vNum < 5 )
    {
    // Win Netscape 4.x
	document.writeln("td, th{font-Size:12px;}");
	document.writeln(".px10{font-Size:11px; line-height:13px}");
	document.writeln(".px12{font-Size:12px; line-height:17px}");
	document.writeln(".px10_t{font-Size:11px;}");
	document.writeln(".px12_t{font-Size:12px;}");
    }
   else
    {
    // Win Netscape 6.x~
	document.writeln("td, th{font-Size:12px; letter-spacing:1px;}");
	document.writeln(".px10{font-Size:11px; line-height:13px; letter-spacing:0;}");
	document.writeln(".px12{font-Size:12px; line-height:17px; letter-spacing:1px;}");
	document.writeln(".px10_t{font-Size:11px; letter-spacing:0px;}");
	document.writeln(".px12_t{font-Size:12px; letter-spacing:1px;}");

    }
 }
}

document.writeln("--></style>");
