var Version = navigator.appVersion.charAt(0);
var Browser = navigator.appName.charAt(0);
document.writeln("<style type='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") !=-1){
document.writeln("body{font-family:Hiragino Kaku Gothic pro,Osaka}");
document.writeln(".normal{color:#333333; font-size:12px; line-height:16px;}");
document.writeln(".small{color:#333333; font-size:10px; line-height:14px;}");
document.writeln(".day{color:#0080C7; font-size:10px; line-height:18px;}");
}else{
document.writeln("body{font-family: Arial,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif}");
	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(".day{color:#0080C7; font-size:10px; line-height:18px; 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:10pt; line-height:14px; letter-spacing:1px;}");
		document.writeln(".day{color:#0080C7; font-size:10pt; line-height:18px; 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(".day{color:#0080C7; font-size:10px; line-height:18px; letter-spacing:1px;}");
		}
	}
}
document.writeln("--></style>");

function swapImg(Name,str) {
	document.images[Name].src=str;
}
