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

document.write("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// Macintosh IE
			document.write(".textpink09{font-size:9px; color: #FF99CC;}");
			document.write(".textred09{font-size:9px; color: #FF0000;}");
			document.write(".textorange09{font-size:9px; color:#FF9900;}");
			document.write(".textgreen09{font-size:9px; color:#009900;}");
			document.write(".textblue09{font-size:9px; color:#0000FF;}");
			document.write(".textgray09{font-size:9px; color:#666666;}");
			document.write(".textblack09{font-size:9px; color:#000000;}");
			document.write(".textwhite09{font-size:9px; color:#FFFFFF;}");
			
			document.write(".textpink10{font-size:10px; color: #FF99CC;}");
			document.write(".textred10{font-size:10px; color:#FF0000;}");
			document.write(".textorange10{font-size:10px; color:#FF9900;}");
			document.write(".textgreen10{font-size:10px; color:#009900;}");
			document.write(".textblue10{font-size:10px; color:#0000FF;}");
			document.write(".textgray10{font-size:10px; color:#666666;}");
			document.write(".textblack10{font-size:10px; color:#000000;}");
			document.write(".textwhite10{font-size:10px; color:#FFFFFF;}");

			document.write(".textpink12{font-size:12px; color: #FF99CC;}");
			document.write(".textred12{font-size:12px; color:#FF0000;}");
			document.write(".textorange12{font-size:12px; color:#FF9900;}");
			document.write(".textgreen12{font-size:12px; color:#009900;}");
			document.write(".textblue12{font-size:12px; color:#0000FF;}");
			document.write(".textgray12{font-size:12px; color:#666666;}");
			document.write(".textblack12{font-size:12px; color:#000000;}");
			document.write(".textwhite12{ font-size:12px; color:#FFFFFF; }");

			document.write(".textpink14{font-size: 14px; color: #FF99CC;}");
			document.write(".textred14{font-size:14px; color:#FF0000;}");
			document.write(".textorange14{font-size:14px; color:#FF9900;}");
			document.write(".textgreen14{font-size:14px; color:#009900;}");
			document.write(".textblue14{font-size:14px; color:#0000FF;}");
			document.write(".textgray14{font-size:14px; color:#666666;}");
			document.write(".textblack14{font-size:14px; color:#000000;}");
			document.write(".textwhite14{font-size:14px; color:#FFFFFF;}");
	}
	else
	{
		if( vNum < 5 )
		{
			// Macintosh Netscape 4.x
			document.write(".textpink09{font-size:9px; color:#FF99CC; line-height:12px;}");
			document.write(".textred09{font-size:9px; color:#FF0000; line-height:12px;}");
			document.write(".textorange09{font-size:9px; color:#FF9900; line-height:12px;}");
			document.write(".textgreen09{font-size:9px; color:#009900; line-height:12px;}");
			document.write(".textblue09{font-size:9px; color:#0000FF; line-height:12px;}");
			document.write(".textgray09{font-size:9px; color:#666666; line-height:12px;}");
			document.write(".textblack09{font-size:9px; color:#000000; line-height:12px;}");
			document.write(".textwhite09{font-size:9px; color:#FFFFFF; line-height:12px;}");
			
			document.write(".textpink10{font-size:10px; color:#FF99CC; line-height:13px;}");
			document.write(".textred10{font-size:10px; color:#FF0000; line-height:13px;}");
			document.write(".textorange10{font-size:10px; color:#FF9900; line-height:13px;}");
			document.write(".textgreen10{font-size:10px; color:#009900; line-height:13px;}");
			document.write(".textblue10{font-size:10px; color:#0000FF; line-height:13px;}");
			document.write(".textgray10{font-size:10px; color:#666666; line-height:13px;}");
			document.write(".textblack10{font-size:10px; color:#000000; line-height:13px;}");
			document.write(".textwhite10{font-size:10px; color:#FFFFFF; line-height:13px;}");
			
			document.write(".textpink12{font-size:12px; color:#FF99CC; line-height:15px;}");
			document.write(".textred12{font-size:12px; color:#FF0000; line-height:15px;}");
			document.write(".textorange12{font-size:12px; color:#FF9900; line-height:15px;}");
			document.write(".textgreen12{font-size:12px; color:#009900; line-height:15px;}");
			document.write(".textblue12{font-size:12px; color:#0000FF; line-height:15px;}");
			document.write(".textgray12{font-size:12px; color:#666666; line-height:15px;}");
			document.write(".textblack12{font-size:12px; color:#000000; line-height:15px;}");
			document.write(".textwhite12{font-size:12px; color:#FFFFFF; line-height:15px;}");
			
			document.write(".textpink14{font-size:14px; color:#FF99CC; line-height:18px;}");
			document.write(".textred14{font-size:14px; color:#FF0000; line-height:18px;}");
			document.write(".textorange14{font-size:14px; color:#FF9900; line-height:18px;}");
			document.write(".textgreen14{font-size:14px; color:#009900; line-height:18px;}");
			document.write(".textblue14{font-size:14px; color:#0000FF; line-height:18px;}");
			document.write(".textgray14{font-size:14px; color:#666666; line-height:18px;}");
			document.write(".textblack14{font-size:14px; color:#000000; line-height:18px;}");
			document.write(".textwhite14{font-size:14px; color:#FFFFFF; line-height:18px;}");
	 	}
	 	else
	 	{
			// Mactionsh Netscape 6.x~
			document.write(".textpink09{font-size:9px; color: #FF99CC; line-height:12px;}");
			document.write(".textred09{font-size:9px; color: #FF0000; line-height:12px;}");
			document.write(".textorange09{font-size:9px; color:#FF9900; line-height:12px;}");
			document.write(".textgreen09{font-size:9px; color:#009900; line-height:12px;}");
			document.write(".textblue09{font-size:9px; color:#0000FF; line-height:12px;}");
			document.write(".textgray09{font-size:9px; color:#666666; line-height:12px;}");
			document.write(".textblack09{font-size:9px; color:#000000; line-height:12px;}");
			document.write(".textwhite09{font-size:9px; color:#FFFFFF; line-height:12px;}");
			
			document.write(".textpink10{font-size:10px; color: #FF99CC; line-height:13px;}");
			document.write(".textred10{font-size:10px; color:#FF0000; line-height:13px;}");
			document.write(".textorange10{font-size:10px; color:#FF9900; line-height:13px;}");
			document.write(".textgreen10{font-size:10px; color:#009900; line-height:13px;}");
			document.write(".textblue10{font-size:10px; color:#0000FF; line-height:13px;}");
			document.write(".textgray10{font-size:10px; color:#666666; line-height:13px;}");
			document.write(".textblack10{font-size:10px; color:#000000; line-height:13px;}");
			document.write(".textwhite10{font-size:10px; color:#FFFFFF; line-height:13px;}");

			document.write(".textpink12{font-size:12px; color:#FF99CC; line-height:15px; letter-spacing:1px;}");
			document.write(".textred12{font-size:12px; color:#FF0000; line-height:15px; letter-spacing:1px;}");
			document.write(".textorange12{font-size:12px; color:#FF9900; line-height:15px; letter-spacing:1px;}");
			document.write(".textgreen12{font-size:12px; color:#009900; line-height:15px; letter-spacing:1px;}");
			document.write(".textblue12{font-size:12px; color:#0000FF; line-height:15px; letter-spacing:1px;}");
			document.write(".textgray12{font-size:12px; color:#666666; line-height:15px; letter-spacing:1px;}");
			document.write(".textblack12{font-size:12px; color:#000000; line-height:15px; letter-spacing:1px;}");
			document.write(".textwhite12{font-size:12px; color:#FFFFFF; line-height:15px; letter-spacing:1px;}");

			document.write(".textpink14{font-size:14px; color:#FF99CC; line-height:18px; letter-spacing:1px;}");
			document.write(".textred14{font-size:14px; color:#FF0000; line-height:18px; letter-spacing:1px;}");
			document.write(".textorange14{font-size:14px; color:#FF9900; line-height:18px; letter-spacing:1px;}");
			document.write(".textgreen14{font-size:14px; color:#009900; line-height:18px; letter-spacing:1px;}");
			document.write(".textblue14{font-size:14px; color:#0000FF; line-height:18px; letter-spacing:1px;}");
			document.write(".textgray14{font-size:14px; color:#666666; line-height:18px; letter-spacing:1px;}");
			document.write(".textblack14{font-size:14px; color:#000000; line-height:18px; letter-spacing:1px;}");
			document.write(".textwhite14{font-size:14px; color:#FFFFFF; line-height:18px; letter-spacing:1px;}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// Windows IE
			document.write(".textpink09{font-size:10px; color:#FF99CC; line-height:12px;}");
			document.write(".textred09{font-size:10px; color: #FF0000; line-height:12px;}");
			document.write(".textorange09{font-size:10px; color:#FF9900; line-height:12px;}");
			document.write(".textgreen09{font-size:10px; color:#009900; line-height:12px;}");
			document.write(".textblue09{font-size:10px; color:#0000FF; line-height:12px;}");
			document.write(".textgray09{font-size:10px; color:#666666; line-height:12px;}");
			document.write(".textblack09{font-size:10px; color:#000000; line-height:12px;}");
			document.write(".textwhite09{font-size:10px; color:#FFFFFF; line-height:12px;}");
			
			document.write(".textpink10{font-size:11px; color:#FF99CC; line-height:13px;}");
			document.write(".textred10{font-size:11px; color:#FF0000; line-height:13px;}");
			document.write(".textorange10{font-size:11px; color:#FF9900; line-height:13px;}");
			document.write(".textgreen10{font-size:11px; color:#009900; line-height:13px;}");
			document.write(".textblue10{font-size:11px; color:#0000FF; line-height:13px;}");
			document.write(".textgray10{font-size:11px; color:#666666; line-height:13px;}");
			document.write(".textblack10{font-size:11px; color:#000000; line-height:13px;}");
			document.write(".textwhite10{font-size:11px; color:#FFFFFF; line-height:13px;}");

			document.write(".textpink12{font-size:12px; color:#FF99CC; line-height:15px; letter-spacing:1px;}");
			document.write(".textred12{font-size:12px; color:#FF0000; line-height:15px; letter-spacing:1px;}");
			document.write(".textorange12{font-size:12px; color:#FF9900; line-height:15px; letter-spacing:1px;}");
			document.write(".textgreen12{font-size:12px; color:#009900; line-height:15px; letter-spacing:1px;}");
			document.write(".textblue12{font-size:12px; color:#0000FF; line-height:15px; letter-spacing:1px;}");
			document.write(".textgray12{font-size:12px; color:#666666; line-height:15px; letter-spacing:1px;}");
			document.write(".textblack12{font-size:12px; color:#000000; line-height:15px; letter-spacing:1px;}");
			document.write(".textwhite12{font-size:12px; color:#FFFFFF; line-height:15px; letter-spacing:1px;}");

			document.write(".textpink14{font-size:14px; color:#FF99CC; line-height:18px; letter-spacing:1px;}");
			document.write(".textred14{font-size:14px; color:#FF0000; line-height:18px; letter-spacing:1px;}");
			document.write(".textorange14{font-size:14px; color:#FF9900; line-height:18px; letter-spacing:1px;}");
			document.write(".textgreen14{font-size:14px; color:#009900; line-height:18px; letter-spacing:1px;}");
			document.write(".textblue14{font-size:14px; color:#0000FF; line-height:18px; letter-spacing:1px;}");
			document.write(".textgray14{font-size:14px; color:#666666; line-height:18px; letter-spacing:1px;}");
			document.write(".textblack14{font-size:14px; color:#000000; line-height:18px; letter-spacing:1px;}");
			document.write(".textwhite14{font-size:14px; color:#FFFFFF; line-height:18px; letter-spacing:1px;}");
	}
	else
	{
		if( vNum < 5 )
		{
			// Windows Netscape 4.x
			document.write(".textpink09{font-size:11px; color:#FF99CC; line-height:12px;}");
			document.write(".textred09{font-size:11px; color:#FF0000; line-height:12px;}");
			document.write(".textorange09{font-size:11px; color:#FF9900; line-height:12px;}");
			document.write(".textgreen09{font-size:11px; color:#009900; line-height:12px;}");
			document.write(".textblue09{font-size:11px; color:#0000FF; line-height:12px;}");
			document.write(".textgray09{font-size:11px; color:#666666; line-height:12px;}");
			document.write(".textblack09{font-size:11px; color:#000000; line-height:12px;}");
			document.write(".textwhite09{font-size:11px; color:#FFFFFF; line-height:12px;}");
			
			document.write(".textpink10{font-size:11px; color:#FF99CC; line-height:13px;}");
			document.write(".textred10{font-size:11px; color:#FF0000; line-height:13px;}");
			document.write(".textorange10{font-size:11px; color:#FF9900; line-height:13px;}");
			document.write(".textgreen10{font-size:11px; color:#009900; line-height:13px;}");
			document.write(".textblue10{font-size:11px; color:#0000FF; line-height:13px;}");
			document.write(".textgray10{font-size:11px; color:#666666; line-height:13px;}");
			document.write(".textblack10{font-size:11px; color:#000000; line-height:13px;}");
			document.write(".textwhite10{font-size:11px; color:#FFFFFF; line-height:13px;}");

			document.write(".textpink12{font-size:12px; color:#FF99CC; line-height:15px;}");
			document.write(".textred12{font-size:12px; color:#FF0000; line-height:15px;}");
			document.write(".textorange12{font-size:12px; color:#FF9900; line-height:15px;}");
			document.write(".textgreen12{font-size:12px; color:#009900; line-height:15px;}");
			document.write(".textblue12{font-size:12px; color:#0000FF; line-height:15px;}");
			document.write(".textgray12{font-size:12px; color:#666666; line-height:15px;}");
			document.write(".textblack12{font-size:12px; color:#000000; line-height:15px;}");
			document.write(".textwhite12{font-size:12px; color:#FFFFFF; line-height:15px;}");

			document.write(".textpink14{font-size:15px; color:#FF99CC; line-height:18px;}");
			document.write(".textred14{font-size:15px; color:#FF0000; line-height:18px;}");
			document.write(".textorange14{font-size:15px; color:#FF9900; line-height:18px;}");
			document.write(".textgreen14{font-size:15px; color:#009900; line-height:18px;}");
			document.write(".textblue14{font-size:15px; color:#0000FF; line-height:18px;}");
			document.write(".textgray14{font-size:15px; color:#666666; line-height:18px;}");
			document.write(".textblack14{font-size:15px; color:#000000; line-height:18px;}");
			document.write(".textwhite14{font-size:15px; color:#FFFFFF; line-height:18px;}");
		}
		else
		{
			// Win Netscape 6.x~
			document.write(".textpink09{font-size:10px; color:#FF99CC; line-height:12px;}");
			document.write(".textred09{font-size:10px; color:#FF0000; line-height:12px;}");
			document.write(".textorange09{font-size:10px; color:#FF9900; line-height:12px;}");
			document.write(".textgreen09{font-size:10px; color:#009900; line-height:12px;}");
			document.write(".textblue09{font-size:10px; color:#0000FF; line-height:12px;}");
			document.write(".textgray09{font-size:10px; color:#666666; line-height:12px;}");
			document.write(".textblack09{font-size:10px; color:#000000; line-height:12px;}");
			document.write(".textwhite09{font-size:10px; color:#FFFFFF; line-height:12px;}");
			
			document.write(".textpink10{font-size:11px; color:#FF99CC; line-height:13px;}");
			document.write(".textred10{font-size:11px; color:#FF0000; line-height:13px;}");
			document.write(".textorange10{font-size:11px; color:#FF9900; line-height:13px;}");
			document.write(".textgreen10{font-size:11px; color:#009900; line-height:13px;}");
			document.write(".textblue10{font-size:11px; color:#0000FF; line-height:13px;}");
			document.write(".textgray10{font-size:11px; color:#666666; line-height:13px;}");
			document.write(".textblack10{font-size:11px; color:#000000; line-height:13px;}");
			document.write(".textwhite10{font-size:11px; color:#FFFFFF; line-height:13px;}");

			document.write(".textpink12{font-size:12px; color:#FF99CC; line-height:15px; letter-spacing:1px;}");
			document.write(".textred12{ font-size:12px; color:#FF0000; line-height:15px; letter-spacing:1px;}");
			document.write(".textorange12{font-size:12px; color:#FF9900; line-height:15px; letter-spacing:1px;}");
			document.write(".textgreen12{font-size:12px; color:#009900; line-height:15px; letter-spacing:1px;}");
			document.write(".textblue12{font-size:12px; color:#0000FF; line-height:15px; letter-spacing:1px;}");
			document.write(".textgray12{font-size:12px; color:#666666; line-height:15px; letter-spacing:1px;}");
			document.write(".textblack12{font-size:12px; color:#000000; line-height:15px; letter-spacing:1px;}");
			document.write(".textwhite12{font-size:12px; color:#FFFFFF; line-height:15px; letter-spacing:1px;}");

			document.write(".textpink14{font-size:14px; color:#FF99CC; line-height:18px; letter-spacing:1px;}");
			document.write(".textred14{font-size:14px; color:#FF0000; line-height:18px; letter-spacing:1px;}");
			document.write(".textorange14{font-size:14px; color:#FF9900; line-height:18px; letter-spacing:1px;}");
			document.write(".textgreen14{font-size:14px; color:#009900; line-height:18px; letter-spacing:1px;}");
			document.write(".textblue14{font-size:14px; color:#0000FF; line-height:18px; letter-spacing:1px;}");
			document.write(".textgray14{font-size:14px; color:#666666; line-height:18px; letter-spacing:1px;}");
			document.write(".textblack14{font-size:14px; color:#000000; line-height:18px; letter-spacing:1px;}");
			document.write(".textwhite14{font-size:14px; color:#FFFFFF; line-height:18px; letter-spacing:1px;}");
		}
	}
}
 document.write("--></STYLE>");
 