mac = (navigator.appVersion.indexOf('Mac') != -1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--");
if(mac){
	if(ie){
		document.write(".black10{ font-Size:10px; line-height:1.3ems; color:#000000}");
		document.write(".black12{ font-Size:12px; line-height:1.3ems; color:#000000 }");
		document.write(".black16{ font-Size:16px; line-height:1.3ems; color:#000000 }");
		document.write(".orange10{ font-Size:10px; line-height:1.3ems; color:#ff9900 }");
		document.write(".orange12{ font-Size:12px; line-height:1.3ems; color:#ff9900 }");
		document.write(".orange18{ font-Size:18px; line-height:1.3ems; color:#ff9900 }");
		document.write(".size10{ font-Size:10px; line-height:1.3ems}");
		document.write(".size12{ font-Size:12px; line-height:1.3ems}");
	}
	else{
		document.write(".black10{ font-Size:10px; line-height:1.3ems; color:#000000}");
		document.write(".black12{ font-Size:12px; line-height:1.5ems; color:#000000 }");
		document.write(".black16{ font-Size:16px; line-height:1.3ems; color:#000000 }");
		document.write(".orange10{ font-Size:10px; line-height:1.3ems; color:#ff9900 }");
		document.write(".orange12{ font-Size:12px; line-height:1.5ems; color:#ff9900 }");
		document.write(".orange18{ font-Size:18px; line-height:1.3ems; color:#ff9900 }");
		document.write(".size10{ font-Size:10px; line-height:1.3ems}");
		document.write(".size12{ font-Size:12px; line-height:1.5ems}");
	}
}
else{
	if(ie){
		document.write(".black10{ font-Size:10px; line-height:1.5ems; color:#000000 }");
		document.write(".black12{ font-Size:12px; line-height:1.3ems; color:#000000 }");
		document.write(".black16{ font-Size:16px; line-height:1.3ems; color:#000000 }");
		document.write(".orange10{ font-Size:10px; line-height:1.5ems; color:#ff9900 }");
		document.write(".orange12{ font-Size:12px; line-height:1.3ems; color:#ff9900 }");
		document.write(".orange18{ font-Size:18px; line-height:1.3ems; color:#ff9900 }");
		document.write(".size10{ font-Size:10px; line-height:1.5ems}");
		document.write(".size12{ font-Size:12px; line-height:1.3ems}");
	}
	else{
		document.write(".black10{ font-Size:12px; line-height:1.3ems; color:#000000 }");
		document.write(".black12{ font-Size:12px; line-height:1.3ems; color:#000000 }");
		document.write(".black16{ font-Size:16px; line-height:1.3ems; color:#000000 }");
		document.write(".orange10{ font-Size:10px; line-height:1.3ems; color:#ff9900 }");
		document.write(".orange12{ font-Size:12px; line-height:1.3ems; color:#ff9900 }");
		document.write(".orange18{ font-Size:20px; line-height:1.3ems; color:#ff9900 }");
		document.write(".size10{ font-Size:12px; line-height:1.3ems}");
		document.write(".size12{ font-Size:12px; line-height:1.3ems}");
	}
}

document.write("--></STYLE>");

function subwin10(clocation,wNo) {
var wName;
wName="win"+wNo;
var scriptwin=window.open(clocation,wName,'width=520,height=430,scrollbars=yes,toolber=no,location=no,directories=no,status=yes,resizable=yes');
}
