﻿vNum = navigator.appVersion.charAt(0);
bName = (navigator.appName.charAt(0) == "M" || navigator.appName.charAt(0) == "N")?true:false;
if ( !bName || vNum < 4){
		location.href="/errors/getnewbrowser.html";
}
if ( navigator.appName.charAt(0) == "N" && vNum < 5){
		location.href="errors/getnewbrowser.html";
}

document.writeln("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	if(navigator.appName.charAt(0) == "M"){
		// MACINTOSH IE
		document.writeln(".t10px{font-Size:10px; line-height:11px}")
		document.writeln(".t12px,body{font-size:12px; line-height:14px}") // DEFAULT
		document.writeln(".t14px{font-size:14px; line-height:16px}")
		document.writeln(".t18px{font-Size:18px; line-height:18px}")
		document.writeln(".v10px{font-Size:10px}")
		document.writeln(".v12px,td{font-size:12px}")
		document.writeln(".v14px{font-size:14px}")
		document.writeln(".v18px{font-Size:18px}")
	}
	else{
		// MACINTOSH NETSCAPE 6.x~
		document.writeln(".t10px{font-Size:10px; line-height:11px}")
		document.writeln(".t12px,body{font-size:12px; line-height:14px}") // DEFAULT
		document.writeln(".t14px{font-size:14px; line-height:16px}")
		document.writeln(".t18px{font-Size:18px; line-height:18px}")
		document.writeln(".v10px{font-Size:10px}")
		document.writeln(".v12px,td{font-size:12px}")
		document.writeln(".v14px{font-size:14px}")
		document.writeln(".v18px{font-Size:18px}")
		
		if ( navigator.appVersion.charAt(0) > 4){
			document.writeln(".fm{font-family:monospace; font-size:12px; height:16px; border-width:1px}")
		}	
	}
}
else{
	if(navigator.appName.charAt(0) == "M"){
		// WINDOWS IE
		document.writeln(".t10px{font-Size:10px; line-height:12px}")
		document.writeln(".t12px,body{font-size:12px; line-height:14px}") // DEFAULT
		document.writeln(".t14px{font-size:14px; line-height:16px}")
		document.writeln(".t18px{font-Size:18px; line-height:18px}")
		document.writeln(".v10px{font-Size:10px}")
		document.writeln(".v12px,td{font-size:12px}")
		document.writeln(".v14px{font-size:14px}")
		document.writeln(".v18px{font-Size:18px}")
	}
	else{
		// WINDOWS NETSCAPE 6.x~
		document.writeln(".t10px{font-Size:10px; line-height:12px}")
		document.writeln(".t12px,body{font-size:12px; line-height:14px}") // DEFAULT
		document.writeln(".t14px{font-size:14px; line-height:16px}")
		document.writeln(".t18px{font-Size:18px; line-height:18px}")
		document.writeln(".v10px{font-Size:10px}")
		document.writeln(".v12px,td{font-size:12px}")
		document.writeln(".v14px{font-size:14px}")
		document.writeln(".v18px{font-Size:18px}")
		
		if ( navigator.appVersion.charAt(0) > 4){
			document.writeln(".fm{font-family:monospace; font-size:12px; height:16px; border-width:1px}")
		}	
	}
}

document.writeln("--></STYLE>");	

