var Version = navigator.appVersion.charAt(0);
var Browser = navigator.appName.charAt(0);
document.writeln("<style type='text/css'><!--");
document.writeln("img{border:none;}");
if(navigator.appVersion.indexOf("Mac") !=-1){
document.writeln("body{font-family:Hiragino Kaku Gothic pro,Osaka}");
	if( Browser == "M"){// MAC IE	
	document.writeln(".normal{color:#333333; font-size:12px; line-height:16px;}");
	document.writeln(".small{color:#333333; font-size:10px; line-height:14px;}");
	document.writeln(".smalltitle{color:#F3024F; font-size:10px; line-height:12px; font-weight:bold;}");
	}else{
		if( Version < 5 ){// MAC NETSCAPE 4.x
		document.writeln(".normal{color:#333333; font-size:12px; line-height:16px;}");
		document.writeln(".small{color:#333333; font-size:10px; line-height:14px;}");
		document.writeln(".smalltitle{color:#622C92; font-size:10px; line-height:12px; font-weight:bold;}");
		
		}else{ // MAC NETSCAPE 6.x @Safari
		document.writeln(".normal{color:#333333; font-size:12px; line-height:16px;}");
		document.writeln(".small{color:#333333; font-size:10px; line-height:14px;}");
		document.writeln(".smalltitle{color:#F3024F; font-size:10px; line-height:12px; font-weight:bold;}");
		}
	}
}else{
document.writeln("body{font-family:'‚l‚r ‚oƒSƒVƒbƒN'}");
	if( Browser == "M"){// WIN IE
	document.writeln(".normal{color:#333333; font-size:12px; line-height:16px; letter-spacing:1px;}");
	document.writeln(".small{color:#333333; font-size:10px; line-height:14px; letter-spacing:1px;}");
	document.writeln(".smalltitle{color:#622C92; font-size:10px; line-height:12px; font-weight:bold; letter-spacing:1px;}");
	}else{
		if( Version < 5 ){// WIN NETSCAPE 4.x
		document.writeln(".normal{color:#333333; font-size:12px; line-height:16px; letter-spacing:1px;}");
		document.writeln(".small{color:#333333; font-size:8pt; line-height:14px; letter-spacing:1px;}");
		document.writeln(".smalltitle{color:#622C92; font-size:8pt; line-height:12px; font-weight:bold; letter-spacing:1px;}");
		}else{ // WIN NETSCAPE 6.x
		document.writeln(".normal{color:#333333; font-size:12px; line-height:16px; letter-spacing:1px;}");
		document.writeln(".small{color:#333333; font-size:10px; line-height:14px; letter-spacing:1px;}");
		document.writeln(".smalltitle{color:#F3024F; font-size:10px; line-height:12px; font-weight:bold; letter-spacing:1px;}");
		}
	}
}
document.writeln("--></style>");
//
function swapImg(Name,str) {
	document.images[Name].src=str;
}
//
function subWin(subwin,w,h,s,r) {
	window.open(subwin,"","width="+w+",height="+h+",left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+s+",resizable="+r+"");
}
