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.write("<STYLE TYPE='text/css'><!--");if(navigator.appVersion.indexOf("Mac") > -1){	if( bName == "M")	 {		// MAC IE		document.write(".txl {  font-size: 12px; line-height: 14px; color: #666666}");		document.write(".txlb {  font-size: 12px; line-height: 14px; color: #333333}");		document.write(".txlbl {  font-size: 12px; line-height: 18px; color: #666666}");		document.write(".txs {  font-size: 10px; line-height: 14px; color: #666666}");		document.write(".txsb {  font-size: 10px; line-height: 14px; color: #333333}");	}	else	{		if( vNum < 5 )		{			// MAC NETSCAPE 4.x		document.write(".txl {  font-size: 12px; line-height: 14px; color: #666666}");		document.write(".txlb {  font-size: 12px; line-height: 14px; color: #333333}");		document.write(".txlbl {  font-size: 12px; line-height: 18px; color: #666666}");		document.write(".txs {  font-size: 10px; line-height: 14px; color: #666666}");		document.write(".txsb {  font-size: 10px; line-height: 14px; color: #333333}");	 	}	 	else	 	{			// MAC NETSCAPE 6.x~		document.write(".txl {  font-size: 12px; line-height: 14px; color: #666666}");		document.write(".txlb {  font-size: 12px; line-height: 14px; color: #333333}");		document.write(".txlbl {  font-size: 12px; line-height: 18px; color: #666666}");		document.write(".txs {  font-size: 10px; line-height: 14px; color: #666666}");		document.write(".txsb {  font-size: 10px; line-height: 14px; color: #333333}");	 	}	 }}else{	if( bName == "M")	{		// WIN IE		document.write(".txl {  font-size: 13px; line-height: 15px; color: #666666}");		document.write(".txlb {  font-size: 13px; line-height: 15px; color: #333333}");		document.write(".txlbl {  font-size: 13px; line-height: 19px; color: #666666}");		document.write(".txs {  font-size: 11px; line-height: 15px; color: #666666}");		document.write(".txsb {  font-size: 11px; line-height: 15px; color: #333333}");	}	else	{		if( vNum < 5 )		{			// WIN NETSCAPE 4.x		document.write(".txl {  font-size: 13px; line-height: 16px; color: #666666}");		document.write(".txlb {  font-size: 13px; line-height: 16px; color: #333333}");		document.write(".txlbl {  font-size: 13px; line-height: 20px; color: #666666}");		document.write(".txs {  font-size: 11px; line-height: 16px; color: #666666}");		document.write(".txsb {  font-size: 11px; line-height: 16px; color: #333333}");		}		else		{			// WIN NETSCAPE 6.x~		document.write(".txl {  font-size: 13px; line-height: 16px; color: #666666}");		document.write(".txlb {  font-size: 13px; line-height: 16px; color: #333333}");		document.write(".txlbl {  font-size: 13px; line-height: 20px; color: #666666}");		document.write(".txs {  font-size: 11px; line-height: 15px; color: #666666}");		document.write(".txsb {  font-size: 11px; line-height: 15px; color: #333333}");		}	}} document.write("--></STYLE>");