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(".e9{font-Size:9px}");
		document.writeln(".e10{font-size:10px}");
		document.writeln(".e12{font-size:12px}");
  document.writeln(".j09{font-size:9px}");		
  document.writeln(".j09red{font-Size:9px; color: Red}");	
		document.writeln(".j09green{font-Size:9px; color: DarkGreen}");
  document.writeln(".j09blue{font-Size:9px; color: Teal}");	
  document.writeln(".j09orange{font-Size:9px; color: DarkOrange}");			
  document.writeln(".j09white{font-Size:9px; color: white}");	
		document.writeln(".j10{font-Size:10px}");
		document.writeln(".j10green{font-Size:10px; color: DarkGreen}");
		document.writeln(".j10blue{font-Size:10px; color: Teal}");
		document.writeln(".j10red{font-Size:10px; color: Red}");
  document.writeln(".j10orange{font-Size:10px; color: DarkOrange}");
  document.writeln(".j10white{font-Size:10px; color: white}");
		document.writeln(".j12{font-Size:12px}");
		document.writeln(".j12bold{font-Size:12px; font-weight: bold}");
		document.writeln(".j12blue{font-Size:12px; color: Teal}");		
  document.writeln(".j12msblue{font-Size:12px; color: MediumSlateBlue}");
		document.writeln(".j12green{font-Size:12px; color: DarkGreen}");
  document.writeln(".j12red{font-Size:12px; color: Red}");	
  document.writeln(".j12orange{font-Size:12px; color: DarkOrange}");		
  document.writeln(".j12white{font-Size:12px; color: white}");
  document.writeln(".j14{font-Size:14px}");
  document.writeln(".j14bold{font-Size:14px; font-weight: bold}");
  document.writeln(".j14boldwhite{font-Size:14px; font-weight: bold; color: white}");
  document.writeln(".j14white{font-Size:14px; color: white}");
		document.writeln(".j18{font-Size:18px}");
		document.writeln(".j18blue{font-Size:18px; color: Teal}");
		document.writeln(".j18white{font-Size:18px; color: white}");
        document.writeln(".abasyo { color: #00bfff; font-size: 18px; background-color: black }");
		document.writeln(".atiiki { color: #fafad2; font-weight: bold; font-size: 18px; background-color: #006400 }");
  document.writeln(".j24{font-Size:24px}");
  document.writeln(".j24blue{font-Size:24px; color: Teal; font-weight: bold}");
  document.writeln("body, td{font-Size:12px}"); // DEFAULT
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.writeln(".e9{font-Size:9px; line-height:10px}");
			document.writeln(".e10{font-size:10px; line-height:11px}");
			document.writeln(".e12{font-size:12px; line-height:14px}");
			document.writeln(".j09{font-size:9px; line-height:12px}");
			document.writeln(".j09red{font-Size:9px; line-height:12px;color: Red}");	
			document.writeln(".j09green{font-Size:9px; line-height:12px;color: DarkGreen}");
			document.writeln(".j09blue{font-Size:9px; line-height:12px;color: Teal}");
			document.writeln(".j09orange{font-Size:9px; line-height:12px;color: DarkOrange}");
			document.writeln(".j09white{font-Size:9px; line-height:12px;color: white}");	
	  document.writeln(".j10{font-Size:10px; line-height:13px}"); 
			document.writeln(".j10green{font-Size:10px; line-height:13px; color: DarkGreen}");
   document.writeln(".j10blue{font-Size:10px; line-height:13px; color: Teal}");
   document.writeln(".j10red{font-Size:10px; line-height:13px; color: Red}");
   document.writeln(".j10orange{font-Size:10px; line-height:13px; color: DarkOrange}");
   document.writeln(".j10white{font-Size:10px; line-height:13px; color: white}");
			document.writeln(".j12{font-Size:12px; line-height:15px}");
			document.writeln(".j12bold{font-Size:12px; line-height:15px;font-weight: bold}");
			document.writeln(".j12blue{font-Size:12px; line-height:15px;color: Teal}");
			document.writeln(".j12msblue{font-Size:12px; line-height:15px;color: MediumSlateBlue}");
			document.writeln(".j12green{font-Size:12px; line-height:15px;color: DarkGreen}");
   document.writeln(".j12red{font-Size:12px; line-height:15px;color: Red}");
   document.writeln(".j12orange{font-Size:12px; line-height:15px;color: DarkOrange}");
   document.writeln(".j12white{font-Size:12px; line-height:15px;color: white}");
			document.writeln(".j14{font-Size:14px; line-height:18px}");
			document.writeln(".j14bold{font-Size:14px; line-height:18px;font-weight: bold}");
			document.writeln(".j14boldwhite{font-Size:14px; line-height:18px;font-weight: bold;color: white}");
			document.writeln(".j14white{font-Size:14px; line-height:18px;color: white}");
			document.writeln(".j18{font-Size:18px; line-height:22px}");
			document.writeln(".j18white{font-Size:18px; line-height:22px;color: white}");
			document.writeln(".j18blue{font-Size:18px; line-height:22px;color: Teal}");
			document.writeln(".abasyo { color: #00bfff; font-size: 18px; line-height:22px; background-color: black }");
			document.writeln(".atiiki { color: #fafad2; font-weight: bold; font-size: 18px; line-height:22px; background-color: #006400 }");
			document.writeln(".j24{font-Size:24px; line-height:26px}");
			document.writeln(".j24blue{font-Size:24px; line-height:26px;color: Teal; font-weight: bold}");
   document.writeln("body, td{font-Size:12px; line-height:15px}"); // DEFAULT
	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
			document.writeln(".e9{font-Size:9px}");
			document.writeln(".e10{font-size:10px}");
			document.writeln(".e12{font-size:12px}");
   document.writeln(".j09{font-size:9px; line-height:12px}");
   document.writeln(".j09red{font-Size:9px; line-height:12px;color: Red}");	
			document.writeln(".j09green{font-Size:9px; line-height:12px;color: DarkGreen}");
			document.writeln(".j09blue{font-Size:9px; line-height:12px;color: Teal}");
			document.writeln(".j09orange{font-Size:9px; line-height:12px;color: DarkOrange}");
			document.writeln(".j09white{font-Size:9px; line-height:12px;color: white}");
   document.writeln(".j10{font-Size:10px; line-height:13px}"); 
			document.writeln(".j10green{font-Size:10px; line-height:13px; color: DarkGreen}");
			document.writeln(".j10blue{font-Size:10px; line-height:13px; color: Teal}");
			document.writeln(".j10red{font-Size:10px; line-height:13px; color: Red}");
			document.writeln(".j10orange{font-Size:10px; line-height:13px; color: DarkOrange}");
			document.writeln(".j10white{font-Size:10px; line-height:13px; color: white}");
			document.writeln(".j12{font-Size:12px; line-height:15px}");
			document.writeln(".j12bold{font-Size:12px; line-height:15px;font-weight: bold}");
   document.writeln(".j12blue{font-Size:12px; line-height:15px;color: Teal}");
   document.writeln(".j12msblue{font-Size:12px; line-height:15px;color: MediumSlateBlue}");
   document.writeln(".j12green{font-Size:12px; line-height:15px;color: DarkGreen}");
   document.writeln(".j12red{font-Size:12px; line-height:15px;color: Red}");
   document.writeln(".j12orange{font-Size:12px; line-height:15px;color: DarkOrange}");
   document.writeln(".j12white{font-Size:12px; line-height:15px;color: white}");
			document.writeln(".j14{font-Size:14px; line-height:18px}");	
			document.writeln(".j14bold{font-Size:14px; line-height:18px;font-weight: bold}");	
			document.writeln(".j14boldwhite{font-Size:14px; line-height:18px;font-weight: bold;color: white}");	
			document.writeln(".j14white{font-Size:14px; line-height:18px;color: white}");	
			document.writeln(".j18{font-Size:18px; line-height:22px}");
			document.writeln(".j18white{font-Size:18px; line-height:22px;color: white}");
			document.writeln(".j18blue{font-Size:18px; line-height:22px;color: Teal}");
			document.writeln(".abasyo { color: #00bfff; font-size: 18px; line-height:22px; background-color: black }");
			document.writeln(".atiiki { color: #fafad2; font-weight: bold; font-size: 18px; line-height:22px; background-color: #006400 }");
			document.writeln(".j24{font-Size:24px; line-height:26px}");
			document.writeln(".j24blue{font-Size:24px; line-height:26px;color: Teal;font-weight: bold}");
   document.writeln("body, td{font-Size:12px; line-height:15px}"); // DEFAULT
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln(".e9{font-Size:9px; line-height:10px}");
		document.writeln(".e10{font-size:10px; line-height:11px}");
		document.writeln(".e12{font-size:12px; line-height:14px}");
		document.writeln(".j09{font-size:10px; line-height:12px}");
		document.writeln(".j09red{font-Size:10px; line-height:12px;color: Red}");	
		document.writeln(".j09green{font-Size:10px; line-height:12px;color: DarkGreen}");
		document.writeln(".j09blue{font-Size:10px; line-height:12px;color: Teal}");
		document.writeln(".j09orange{font-Size:10px; line-height:12px;color: DarkOrange}");
		document.writeln(".j09white{font-Size:10px; line-height:12px;color: white}");
		document.writeln(".j10{font-Size:11px; line-height:13px}");
		document.writeln(".j10green{font-Size:11px; line-height:13px; color: DarkGreen}");
		document.writeln(".j10blue{font-Size:11px; line-height:13px; color: Teal}");
		document.writeln(".j10orange{font-Size:11px; line-height:13px; color: DarkOrange}");
		document.writeln(".j10red{font-Size:11px; line-height:13px; color: Red}");
		document.writeln(".j10white{font-Size:11px; line-height:13px; color: white}");
		document.writeln(".j12{font-Size:12px; line-height:15px; letter-spacing:1px}");
		document.writeln(".j12bold{font-Size:12px; line-height:15px; letter-spacing:1px;font-weight: bold}");
		document.writeln(".j12blue{font-Size:12px; line-height:15px; letter-spacing:1px;color: Teal}");
		document.writeln(".j12msblue{font-Size:12px; line-height:15px; letter-spacing:1px;color: MediumSlateBlue}");
		document.writeln(".j12green{font-Size:12px; line-height:15px; letter-spacing:1px;color: DarkGreen}");
		document.writeln(".j12red{font-Size:12px; line-height:15px; letter-spacing:1px;color: Red}");
		document.writeln(".j12orange{font-Size:12px; line-height:15px; letter-spacing:1px;color: DarkOrange}");
		document.writeln(".j12white{font-Size:12px; line-height:15px; letter-spacing:1px;color: white}");
  document.writeln(".j14{font-Size:14px; line-height:18px; letter-spacing:1px}");
  document.writeln(".j14bold{font-Size:14px; line-height:18px; letter-spacing:1px;font-weight: bold}");
  document.writeln(".j14boldwhite{font-Size:14px; line-height:18px; letter-spacing:1px;font-weight: bold; color: white}");
  document.writeln(".j14white{font-Size:14px; line-height:18px; letter-spacing:1px; color: white}");
		document.writeln(".j18{font-Size:18px; line-height:22px; letter-spacing:1px}");
	    document.writeln(".j18white{font-Size:18px; line-height:22px; letter-spacing:1px;color: white}");
		document.writeln(".j18blue{font-Size:18px; line-height:22px; letter-spacing:1px;color: Teal}");
  document.writeln(".abasyo { color: #00bfff; font-size: 18px; line-height:22px; letter-spacing:1px; background-color: black }");
  document.writeln(".atiiki { color: #fafad2; font-weight: bold; font-size: 18px; line-height:22px; letter-spacing:1px; background-color: #006400 }");
		document.writeln(".j24{font-Size:24px; line-height:26px; letter-spacing:1px}");
		document.writeln(".j24blue{font-Size:24px; line-height:26px; letter-spacing:1px;color: Teal;font-weight: bold}");
  document.writeln("body, td{font-Size:12px; line-height:15px; letter-spacing:1px}"); // DEFAULT
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.writeln(".e9{font-Size:11px}");
			document.writeln(".e10{font-size:12px; line-height:11px}");
			document.writeln(".e12{font-size:14px; line-height:14px}");
			document.writeln(".j09{font-size:10px; line-height:12px}");
			document.writeln(".j09red{font-Size:10px; line-height:12px;color: Red}");	
			document.writeln(".j09green{font-Size:10px; line-height:12px;color: DarkGreen}");
			document.writeln(".j09blue{font-Size:10px; line-height:12px;color: Teal}");
			document.writeln(".j09orange{font-Size:10px; line-height:12px;color: DarkOrange}");
			document.writeln(".j09white{font-Size:10px; line-height:12px;color: white}");
			document.writeln(".j10{font-Size:11px; line-height:13px}");
			document.writeln(".j10green{font-Size:11px; line-height:13px; color: DarkGreen}");
			document.writeln(".j10blue{font-Size:11px; line-height:13px; color: Teal}");
			document.writeln(".j10red{font-Size:11px; line-height:13px; color: Red}");
			document.writeln(".j10orange{font-Size:11px; line-height:13px; color: DarkOrange}");
			document.writeln(".j10white{font-Size:11px; line-height:13px; color: white}");
			document.writeln(".j12{font-Size:12px; line-height:15px}");
   document.writeln(".j12bold{font-Size:12px; line-height:15px; font-weight: bold}");
			document.writeln(".j12blue{font-Size:12px; line-height:15px; color: Teal}");
			document.writeln(".j12msblue{font-Size:12px; line-height:15px; color: MediumSlateBlue}");
   document.writeln(".j12green{font-Size:12px; line-height:15px; color: DarkGreen}");
   document.writeln(".j12red{font-Size:12px; line-height:15px; color: Red}");
   document.writeln(".j12orange{font-Size:12px; line-height:15px; color: DarkOrange}");
   document.writeln(".j12white{font-Size:12px; line-height:15px; color: white}");
   document.writeln(".j14{font-Size:15px; line-height:18px}");
   document.writeln(".j14bold{font-Size:15px; line-height:18px; font-weight: bold}");
   document.writeln(".j14boldwhite{font-Size:15px; line-height:18px; font-weight: bold; color: white}");
   document.writeln(".j14white{font-Size:15px; line-height:18px; color: white}");
			document.writeln(".j18{font-Size:18px; line-height:22px}");
			document.writeln(".j18white{font-Size:18px; line-height:22px: white}");
			document.writeln(".j18blue{font-Size:18px; line-height:22px: Teal}");
   document.writeln(".abasyo { color: #00bfff; font-size: 18px; line-height:22px; background-color: black }");
   document.writeln(".atiiki { color: #fafad2; font-weight: bold; font-size: 18px; line-height:22px; background-color: #006400 }");
			document.writeln(".j24{font-Size:24px; line-height:26px: Teal}");
			document.writeln(".j24blue{font-Size:24px; line-height:26px: Teal; font-weight: bold}");
			document.writeln("body, td{font-Size:12px; line-height:15px}"); // DEFAULT
		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.writeln(".e9{font-Size:9px; line-height:10px}");
			document.writeln(".e10{font-size:10px; line-height:11px}");
			document.writeln(".e12{font-size:12px; line-height:14px}");
			document.writeln(".j09{font-size:10px; line-height:12px}");
			document.writeln(".j09red{font-Size:10px; line-height:12px;color: Red}");	
			document.writeln(".j09green{font-Size:10px; line-height:12px;color: DarkGreen}");
   document.writeln(".j09blue{font-Size:10px; line-height:12px;color: Teal}");
   document.writeln(".j09orange{font-Size:10px; line-height:12px;color: DarkOrange}");
   document.writeln(".j09white{font-Size:10px; line-height:12px;color: white}");
			document.writeln(".j10{font-Size:11px; line-height:13px}");
   document.writeln(".j10green{font-Size:11px; line-height:13px; color: DarkGreen}");
			document.writeln(".j10blue{font-Size:11px; line-height:13px; color: Teal}");
			document.writeln(".j10orange{font-Size:11px; line-height:13px; color: DarkOrange}");
			document.writeln(".j10red{font-Size:11px; line-height:13px; color: Red}");
			document.writeln(".j10white{font-Size:11px; line-height:13px; color: white}");
			document.writeln(".j12{font-Size:12px; line-height:15px; letter-spacing:1px}");
			document.writeln(".j12bold{font-Size:12px; line-height:15px; letter-spacing:1px;font-weight: bold}");
			document.writeln(".j12blue{font-Size:12px; line-height:15px; letter-spacing:1px;color: Teal}");
			document.writeln(".j12msblue{font-Size:12px; line-height:15px; letter-spacing:1px;color: MediumSlateBlue}");
			document.writeln(".j12green{font-Size:12px; line-height:15px; letter-spacing:1px;color: DarkGreen}");
   document.writeln(".j12red{font-Size:12px; line-height:15px; letter-spacing:1px;color: Red}");
   document.writeln(".j12orange{font-Size:12px; line-height:15px; letter-spacing:1px;color: DarkOrange}");
   document.writeln(".j12white{font-Size:12px; line-height:15px; letter-spacing:1px;color: white}");
			document.writeln(".j14{font-Size:14px; line-height:18px; letter-spacing:1px}");
			document.writeln(".j14bold{font-Size:14px; line-height:18px; letter-spacing:1px;font-weight: bold}");
			document.writeln(".j14whitebold{font-Size:14px; line-height:18px; letter-spacing:1px;font-weight: bold;color: white}");
			document.writeln(".j14white{font-Size:14px; line-height:18px; letter-spacing:1px;color: white}");
			document.writeln(".j18{font-Size:18px; line-height:22px; letter-spacing:1px}");
			document.writeln(".j18white{font-Size:18px; line-height:22px; letter-spacing:1px;color: white}");
			document.writeln(".j18blue{font-Size:18px; line-height:22px; letter-spacing:1px;color: Teal}");
   document.writeln(".abasyo { color: #00bfff; font-size: 18px; line-height:22px; letter-spacing:1px; background-color: black }");
   document.writeln(".atiiki { color: #fafad2; font-weight: bold; font-size: 18px; line-height:22px; letter-spacing:1px; background-color: #006400 }");
			document.writeln(".j24{font-Size:24px; line-height:26px; letter-spacing:1px}");
			document.writeln(".j24blue{font-Size:24px; line-height:26px; letter-spacing:1px;color: Teal;font-weight: bold}");
   document.writeln("body, td{font-Size:12px; line-height:15px; letter-spacing:1px}"); // DEFAULT
		
		}
	}
}
 document.writeln("--></STYLE>");

