// JavaScript Document
// 右クリックスクリプト
var mesWi72="右クリックして”対象をファイルに保存”を選んで下さい。\n Please use right click to choose ” save target as”. ";
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 movie_gellary(theURL)
{
	window.open(theURL,'gellary','toolbar=no,location=no,directories=no,width=343,height=265');
}
