<!--
var mesWi72="右クリックして”対象をファイルに保存”を選んで下さい。";

if (document.all || document.getElementById || document.layers) {
	if (document.layers) document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=moDownWi72;
}

function moDownWi72(e) {
	if (document.all) var na=event.srcElement.name;
	else if (document.getElementById || document.layers) var na=e.target.name;
	if (na=="migiClick") {
		if (navigator.appName=="Microsoft Internet Explorer" && (event.button==1 || event.button==3) || navigator.appName=="Netscape" && (e.which==1 || e.which==3)) {
			alert(mesWi72);
			return false;
		}
		else if (navigator.userAgent.indexOf("Mac")!=-1) return false;
	}
}
//-->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->