MAC = navigator.userAgent.indexOf('Mac') != -1document.write('<STYLE TYPE="text/css">');document.write('A {color:#333333}');document.write('a:hover {color:#996600;;text-decoration:none}');document.write('DIV.WHITE A {COLOR: #ffffff;}');document.write('DIV.WHITE A:hover {COLOR: #cccccc; TEXT-DECORATION: NONE}');if (MAC) {	document.write('.smallwhite {font-size:10px; line-height:14px; color:#ffffff;}');	document.write('.small {font-size:10px; line-height:14px; color:#333333;}');	document.write('.small2 {font-size:10px; line-height:12px; color:#333333;}');	document.write('.smallwhite {font-size:10px; line-height:14px; color:#ffffff;}');	document.write('.normal {font-size:12px; line-height:17px; color:#333333;}');	document.write('.normal2 {font-size:12px; line-height:15px; color:#333333;}');	document.write('.normalBold {font-size:12px; line-height:15px; color:#333333; font-weight: bold;}');	document.write('.normalWhite {font-size:12px; line-height:15px; color:#ffffff;}');} else {	document.write('.smallwhite {font-size:12px; line-height:15px; color:#ffffff;}');	document.write('.small {font-size:12px; line-height:15px; color:#333333;}');	document.write('.small2 {font-size:12px; line-height:13px; color:#333333;}');	document.write('.smallwhite {font-size:12px; line-height:15px; color:#ffffff;}');	document.write('.normal {font-size:14px; line-height:18px; color:#333333;}');	document.write('.normal2 {font-size:14px; line-height:16px; color:#333333;}');	document.write('.normalBold {font-size:14px; line-height:16px; color:#333333; font-weight: bold;}');	document.write('.normalWhite {font-size:14px; line-height:16px; color:#ffffff;}');}document.write('</STYLE>');function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);var newW;function newWin(newurl,atai) {	 		newW = window.open(newurl,'newWin',atai);			newW.focus();			window.newW.moveTo(0,0);}function show(arg){ var param = "'scrollbars=yes,resizable=yes,width=100,height=100'"; var imgwin=window.open("","new",param); imgwin.focus();  imgwin.document.open("text/html"); imgwin.document.writeln("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>"); imgwin.document.writeln("<html lang='ja'>"); imgwin.document.writeln("<head>"); imgwin.document.writeln("<title>"+arg+"</title>"); imgwin.document.writeln("</head>"); imgwin.document.write("<body style='margin:0em'"); imgwin.document.write(" leftmargin='0' topmargin='0'"); imgwin.document.writeln(" marginheight='0' marginwidth='0'>");imgwin.document.writeln("<img src='"+arg+"' alt='"+arg+"' onLoad='resizeTo(this.width+16,this.height+48 )'>"); imgwin.document.writeln("</body>"); imgwin.document.write("</html>"); imgwin.document.close("");}