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: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:15px;}");
	document.writeln(".date{color:#0080C7; font-size:10px; line-height:18px;}");
	}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:15px;}");
		document.writeln(".date{color:#0080C7; font-size:10px; line-height:18px;}");
		}else{ // MAC NETSCAPE 6.x
		document.writeln(".normal{color:#333333; font-size:12px; line-height:16px;}");
		document.writeln(".small{color:#333333; font-size:10px; line-height:15px;}");
		document.writeln(".date{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:15px; letter-spacing:1px;}");
	document.writeln(".date{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:8pt; line-height:15px; letter-spacing:1px;}");
		document.writeln(".date{color:#0080C7; font-size:8pt; 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:15px; letter-spacing:1px;}");
		document.writeln(".date{color:#0080C7; font-size:10px; line-height:18px; letter-spacing:1px;}");
		}
	}
}
document.writeln("--></style>");

function swapImg(Name,str) {
	document.images[Name].src=str;
}

