// set Variable
	var Agent = navigator.userAgent;

// CSS deverge for Cross Platform & Cross Browser
if (Agent.indexOf('Win') != -1) {
	if (document.all) { // Win_IE
		document.write(' <style><!-- ');
		document.write(' td   { font-size: 11pt;} ');
		document.write(' th   { font-size: 11pt;} ');
		document.write(' P.LH120 {	line-height:12pt;} ');
		document.write(' P.LH150 {	line-height:14pt;} ');
		document.write(' P.LH200 {	line-height:17pt;} ');
		document.write(' .txt10 {	font-size: 12px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12 {	font-size: 14px; line-height:normal; text-decoration: none} ');
		document.write(' .txt14LH20 {	font-size: 16px; line-height:20px; text-decoration: none} ');
		document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12Born {	font-size: 14px; line-height:250%; text-decoration: none} ');
		document.write(' --></style> ');
	} else { // Win_NS
		document.write(' <style><!-- ');
		document.write(' td   { font-size: 11pt;} ');
		document.write(' th   { font-size: 11pt;} ');
		document.write(' P.LH120 {	line-height:12pt;} ');
		document.write(' P.LH150 {	line-height:14pt;} ');
		document.write(' P.LH200 {	line-height:17pt;} ');
		document.write(' .txt10 {	font-size: 12px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12 {	font-size: 14px; line-height:normal; text-decoration: none} ');
		document.write(' .txt14LH20 {	font-size: 16px; line-height:20px; text-decoration: none} ');
		document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12Born {	font-size: 14px; line-height:250%; text-decoration: none} ');
		document.write(' --></style> ');
	}
}

if (Agent.indexOf('Mac') != -1) {
	if (navigator.appName.indexOf('Microsoft') != -1) { // Mac_IE
		document.write(' <style><!-- ');
		document.write(' td   { font-size: 10pt;} ');
		document.write(' th   { font-size: 10pt;} ');
		document.write(' P.LH120 {	line-height:12pt;} ');
		document.write(' P.LH150 {	line-height:14pt;} ');
		document.write(' P.LH200 {	line-height:17pt;} ');
		document.write(' .txt10 {	font-size: 10px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12 {	font-size: 12px; line-height:normal; text-decoration: none} ');
		document.write(' .txt14LH20 {	font-size: 12px; line-height:18px; text-decoration: none} ');
		document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12Born {	font-size: 12px; line-height:250%; text-decoration: none} ');
		document.write(' --></style> ');
	} else { // Mac_Netscape
		if (Agent.indexOf('Netscape6') != -1){ 		// Netscape_6
			document.write(' <style><!-- ');
			document.write(' td   { font-size: 10pt;} ');
			document.write(' th   { font-size: 10pt;} ');
			document.write(' P.LH120 {	line-height:12pt;} ');
			document.write(' P.LH150 {	line-height:14pt;} ');
			document.write(' P.LH200 {	line-height:17pt;} ');
			document.write(' .txt10 {	font-size: 10px; line-height:normal; text-decoration: none} ');
			document.write(' .txt12 {	font-size: 12px; line-height:normal; text-decoration: none} ');
			document.write(' .txt14LH20 {	font-size: 12px; line-height:18px; text-decoration: none} ');
			document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
			document.write(' .txt12Born {	font-size: 12px; line-height:250%; text-decoration: none} ');
			document.write(' --></style> ');
		} else {
			document.write(' <style><!-- ');

			document.write(' td   { font-size: 10pt;} ');
			document.write(' th   { font-size: 10pt;} ');
			document.write(' P.LH120 {	line-height:12pt;} ');
			document.write(' P.LH150 {	line-height:14pt;} ');
			document.write(' P.LH200 {	line-height:17pt;} ');
			document.write(' .txt12 {	font-size: 12px; line-height:normal; text-decoration: none} ');
			document.write(' .txt14LH20 {	font-size: 12px; line-height:18px; text-decoration: none} ');
			document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
			document.write(' .txt12Born {	font-size: 12px; line-height:250%; text-decoration: none} ');
			document.write(' --></style> ');
		}
	}
}

function officehours(){
	sub1=window.open("/html/OfficeHhours.html","checkpoint","resizable=no,menubar=no,directories=no,status=no,location=no,width=550,height=600");
}
function officehours2(){
	sub1=window.open("http://jizake.com/html/OfficeHhours.html","checkpoint","resizable=no,menubar=no,directories=no,status=no,location=no,width=550,height=300");
}
