
vNum = navigator.appVersion.charAt(0);
bName = (navigator.appName.charAt(0) == "M" || navigator.appName.charAt(0) == "N")?true:false;
if ( !bName || vNum < 4){
		location.href="../alert/browsercheck.html";
}
document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > 1){
	if(navigator.appName.charAt(0) == "M"){
		// MACINTOSH IE
		document.writeln(".e9{font-Size:9px}");
		document.writeln(".e10{font-size:10px}");
		document.writeln(".e12{font-size:12px}");
		document.writeln(".e14{font-size:14px}");
		document.writeln(".j9{font-size:9px; line-height:12px}");
		document.writeln(".j10{font-Size:10px;line-height:16px;}");// DEFAULT
		document.writeln(".j12, body, td{font-Size:12px}");
		document.writeln(".j14{font-size:14px}");
		document.writeln("input,textarea{border-style:solid; border-width:1px; border-color:#999999; background-color:#FFFFFF; color:#666666;font-size:10px}");
	}
	else{
		if ( navigator.appVersion.charAt(0) < 5){
			// MACINTOSH NETSCAPE 4.7
			document.writeln(".e9{font-Size:9px}");
			document.writeln(".e10{font-size:10px}");
			document.writeln(".e12{font-size:12px}");
			document.writeln(".e14{font-size:14px}");
			document.writeln(".j9{font-size:9px; line-height:12px}");
			document.writeln(".j10, body, td{font-size:10px;line-height:16px; letter-spacing:1px}");// DEFAULT
			document.writeln(".j12{font-Size:12px}");
			document.writeln(".j14{font-size:14px}");
		}
		else{
			// MACINTOSH NETSCAPE 6
			document.writeln(".e9{font-Size:9px}");
			document.writeln(".e10{font-size:10px}");
			document.writeln(".e12{font-size:12px}");
			document.writeln(".e14{font-size:14px}");
			document.writeln(".j9{font-size:9px; line-height:12px}");
			document.writeln(".j10, body, td{font-size:10px;line-height:16px; letter-spacing:1px}");// DEFAULT
			document.writeln(".j12{font-Size:12px}");
			document.writeln(".j14{font-size:14px}");
			document.writeln("input,textarea{border-style:solid; border-width:1px; border-color:#999999; background-color:#FFFFFF; color:#666666;font-size:10px}");
		}
	}
}
else{
	if(navigator.appName.charAt(0) == "M"){
		// WINDOWS IE
		document.writeln(".e9{font-Size:9px; line-height:10px}");
		document.writeln(".e10{font-size:10px; line-height:11px}");
		document.writeln(".e12{font-size:12px; line-height:14px}");
		document.writeln(".e14{font-size:14px; line-height:18px}");
		document.writeln(".j9{font-size:10px; line-height:11px; letter-spacing:1px}");
		document.writeln(".j10{font-Size:11px; line-height:18px}"); 
		document.writeln(".j12, body, td{font-Size:12px; line-height:18px; letter-spacing:1px}");// DEFAULT
		document.writeln(".j14{font-size:14px; line-height:18px}");
		document.writeln("input,textarea,select,option{border-style:solid; border-width:1px; border-color:#999999; background-color:#FFFFFF; color:#666666;font-size:12px}");
	}
	else{
		if ( navigator.appVersion.charAt(0) < 5){
			// WINDOWS NETSCAPE 4.7
			document.writeln(".e9{font-Size:10px}");
			document.writeln(".e10{font-size:11px; line-height:11px}");
			document.writeln(".e12{font-size:13px}");
			document.writeln(".e14{font-size:14px; line-height:18px}");
			document.writeln(".j9{font-size:11px; line-height:11px}");
			document.writeln(".j10{font-Size:11px; line-height:18px}");
			document.writeln(".j12, body, td{font-Size:12px; line-height:18px; letter-spacing:1px}");// DEFAULT
			document.writeln(".j14{font-size:14px; line-height:18px}");
		}
		else{
			document.writeln(".e9{font-Size:10px}");
			document.writeln(".e10{font-size:11px; line-height:11px}");
			document.writeln(".e12{font-size:13px}");
			document.writeln(".e14{font-size:14px; line-height:18px}");
			document.writeln(".j9{font-size:11px; line-height:11px}");
			document.writeln(".j10{font-Size:11px; line-height:18px}");
			document.writeln(".j12, body, td{font-Size:12px; line-height:18px; letter-spacing:1px}");// DEFAULT
			document.writeln(".j14{font-size:14px; line-height:18px}");
			document.writeln("input,textarea,select,option{border-style:solid; border-width:1px; border-color:#999999; background-color:#FFFFFF; color:#666666;font-size:12px}");
		}
	}
}

document.writeln("--></STYLE>");	
