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'><!--");document.writeln("a.iro:link {text-decoration: none; color:#669999;}");document.writeln("a.iro:visited {text-decoration: none; color:#669999;}");document.writeln("a.iro:hover {text-decoration: underline; color:#66CCCC;}");document.writeln("a.iro:active {text-decoration: underline; color:#66CCCC;}");document.writeln("a.Navi:link {text-decoration: none; color:#CCCCCC;}");document.writeln("a.Navi:visited {text-decoration: none; color:#CCCCCC;}");document.writeln("a.Navi:hover {text-decoration: underline; color:#003366;}");document.writeln("a.Navi:active {text-decoration: underline; color:#CC0000;}");document.writeln("a:link {text-decoration: none; color:#003366;}");document.writeln("a:visited {text-decoration: none; color:#003366;}");document.writeln("a:hover {text-decoration: underline; color:#CCCCCC;}");document.writeln("a:active {text-decoration: underline; color:#CC0000;}");if(navigator.appVersion.indexOf("Mac") > -1){	if( bName == "M")	 {		// MAC IE		document.writeln(".textSS{font-size:9px; line-height:13px;}");		document.writeln(".textS{font-size:10px; line-height:15px;}");		document.writeln(".textSNavi{font-size:10px; line-height:15px; color:#CCCCCC;}");		document.writeln(".textM{font-size:12px; line-height:18px;}");		document.writeln(".textMB{font-size:12px; line-height:18px; color:#003366;}");		document.writeln(".textL{font-size:14px; line-height:20px;}");		document.writeln(".textXL{font-size:18px; line-height:24px;}");		document.writeln(".textTitle{font-size:18px; line-height:24px; color:#003366;}");	}	else	{		if( vNum < 5 )		{			// MAC NETSCAPE 4.x		document.writeln(".textSS{font-size:9px; line-height:13px;}");		document.writeln(".textS{font-size:10px; line-height:15px;}");		document.writeln(".textSNavi{font-size:10px; line-height:15px; color:#CCCCCC;}");		document.writeln(".textM{font-size:12px; line-height:18px;}");		document.writeln(".textMB{font-size:12px; line-height:18px; color:#003366;}");		document.writeln(".textL{font-size:14px; line-height:20px;}");		document.writeln(".textXL{font-size:18px; line-height:24px;}");		document.writeln(".textTitle{font-size:18px; line-height:24px; color:#003366;}");	 	}	 	else	 	{			// MAC NETSCAPE 6.x~		document.writeln(".textSS{font-size:9px; line-height:13px;}");		document.writeln(".textS{font-size:10px; line-height:15px;}");		document.writeln(".textSNavi{font-size:10px; line-height:15px; color:#CCCCCC;}");		document.writeln(".textM{font-size:12px; line-height:18px;}");		document.writeln(".textMB{font-size:12px; line-height:18px; color:#003366;}");		document.writeln(".textL{font-size:14px; line-height:20px;}");		document.writeln(".textXL{font-size:18px; line-height:24px;}");		document.writeln(".textTitle{font-size:18px; line-height:24px; color:#003366;}");	 	}	 }}else{	if( bName == "M")	{		// WIN IE		document.writeln(".textSS{font-size:8px; font-family:Verdana,sans-serif; line-height:9pt;}");		document.writeln(".textS{font-size:10px; font-family:Verdana,sans-serif; line-height:16px;}");		document.writeln(".textSNavi{font-size:10px; font-family:Verdana,sans-serif; line-height:16px; color:#CCCCCC;}");		document.writeln(".textM{font-size:12px; font-family:Verdana,sans-serif; line-height:18px;}");		document.writeln(".textMB{font-size:12px; font-family:Verdana,sans-serif; line-height:18px; color:#003366;}");		document.writeln(".textL{font-size:13px; font-family:Verdana,sans-serif; line-height:20px;}");		document.writeln(".textXL{font-size:18px; font-family:Verdana,sans-serif; line-height:24px;}");		document.writeln(".textTitle{font-size:18px; font-family:Verdana,sans-serif; line-height:24px; color:#003366;}");	}	else	{		if( vNum < 5 )		{			// WIN NETSCAPE 4.x		document.writeln(".textSS{font-size:7pt; line-height:9pt;}");		document.writeln(".textS{font-size:11px; line-height:16px;}");		document.writeln(".textSNavi{font-size:11px; line-height:16px; color:#CCCCCC;}");		document.writeln(".textM{font-size:12px; line-height:18px;}");		document.writeln(".textMB{font-size:12px; line-height:18px; color:#003366;}");		document.writeln(".textL{font-size:13px; line-height:20px;}");		document.writeln(".textXL{font-size:18px; line-height:24px;}");		document.writeln(".textTitle{font-size:18px; line-height:24px; color:#003366;}");		}		else		{			// WIN NETSCAPE 6.x~		document.writeln(".textSS{font-size:7pt; line-height:9pt;}");		document.writeln(".textS{font-size:10px; line-height:15px;}");		document.writeln(".textSNavi{font-size:10px; line-height:15px; color:#CCCCCC;}");		document.writeln(".textM{font-size:11px; line-height:14px;}");		document.writeln(".textMB{font-size:11px; line-height:14px; color:#003366;}");		document.writeln(".textL{font-size:13px; line-height:18px;}");		document.writeln(".textXL{font-size:18px; line-height:24px;}");		document.writeln(".textTitle{font-size:18px; line-height:24px; color:#003366;}");				}	}} document.writeln("--></STYLE>");