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(".FS-10{font-Size:10px; line-height:140%; font-family:Osaka}");		document.writeln(".FS-12{font-Size:12px; line-height:140%; font-family:Osaka}");		document.writeln(".FS-14{font-Size:14px; line-height:140%; font-family:Osaka}");				document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:Osaka}");		document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:Osaka}");		document.writeln(".FS-14h150{font-Size:14px; line-height:150%; font-family:Osaka}");		}	else	{		if( vNum < 5 )		{			// MAC NETSCAPE 4.x			document.writeln(".FS-10{font-Size:10px; line-height:130%; font-family:Osaka}");			document.writeln(".FS-12{font-Size:12px; line-height:140%; font-family:Osaka}");			document.writeln(".FS-14{font-Size:14px; line-height:140%; font-family:Osaka}");						document.writeln(".FS-10h150{font-Size:10px; line-height:130%; font-family:Osaka}");			document.writeln(".FS-12h150{font-Size:12px; line-height:130%; font-family:Osaka}");			document.writeln(".FS-14h150{font-Size:14px; line-height:130%; font-family:Osaka}");		}	 	else	 	{			// MAC NETSCAPE 6.x~			document.writeln(".FS-10{font-Size:10px; line-height:120%; font-family:Osaka}");			document.writeln(".FS-12{font-Size:12px; line-height:120%; font-family:Osaka}");			document.writeln(".FS-14{font-Size:14px; line-height:120%; font-family:Osaka}");						document.writeln(".FS-10h150{font-Size:10px; line-height:140%; font-family:Osaka}");			document.writeln(".FS-12h150{font-Size:12px; line-height:140%; font-family:Osaka}");			document.writeln(".FS-14h150{font-Size:14px; line-height:140%; font-family:Osaka}");		}	 }}else{	if( bName == "M")	{		// WIN IE			document.writeln(".FS-10{font-Size:10px; line-height:140%; font-family:MS PGothic}");			document.writeln(".FS-12{font-Size:12px; line-height:140%; font-family:MS PGothic}");			document.writeln(".FS-14{font-Size:14px; line-height:140%; font-family:MS PGothic}");						document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:MS PGothic}");			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");			document.writeln(".FS-14h150{font-Size:14px; line-height:150%; font-family:MS PGothic}");	}	else	{		if( vNum < 5 )		{			// WIN NETSCAPE 4.x			document.writeln(".FS-10{font-Size:11px; line-height:140%; font-family:MS PGothic}");			document.writeln(".FS-12{font-Size:12px; line-height:140%; font-family:MS PGothic}");			document.writeln(".FS-14{font-Size:14px; line-height:140%; font-family:MS PGothic}");						document.writeln(".FS-10h150{font-Size:11px; line-height:150%; font-family:MS PGothic}");			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");			document.writeln(".FS-14h150{font-Size:14px; line-height:150%; font-family:MS PGothic}");			}		else		{			// WIN NETSCAPE 6.x~			document.writeln(".FS-10{font-Size:10px; line-height:130%; font-family:MS PGothic}");			document.writeln(".FS-12{font-Size:12px; line-height:140%; font-family:MS PGothic}");			document.writeln(".FS-14{font-Size:14px; line-height:140%; font-family:MS PGothic}");						document.writeln(".FS-10h150{font-Size:10px; line-height:150%; font-family:MS PGothic}");			document.writeln(".FS-12h150{font-Size:12px; line-height:150%; font-family:MS PGothic}");			document.writeln(".FS-14h150{font-Size:14px; line-height:150%; font-family:MS PGothic}");		}	}}document.writeln(".FC-white {color:#FFFFFF; }");document.writeln(".FC-darkblue {color:#000066; }");document.writeln(".FC-darkblue-b {color:#000066; font-weight:bold; }");document.writeln(".FC-red {color:#CC0000; }");document.writeln(".FC-bl {color:#000000; }");document.writeln(".FW-b{font-weight:bold}"); document.writeln("--></STYLE>");