
<!--
//このJavaScriptの著作権は
//ウインクリエイティブ　勝山基弘にあります
//無断使用厳禁
//お問い合わせ先　E-mail:  office@win-creative.com


//function mk_ctrlDown()
//{
//if(event.ctrlKey){alert("恐れいりますが\nこのサイトではcontrolキーはご使用になれません\nサンプル写真が必要な方はメールにてお問い合わせ下さい");}
//}

//function right(e) { 

//	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) 
// 		return false; 
//	else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
//		alert("恐れいりますが\nこのサイトでは右クリックはご使用になれません\nサンプル写真が必要な方はメールにてお問い合わせ下さい"); 
//		return false; 
//	}
//	return true; 
//}
//document.onmousedown=right; 
//if (document.layers) window.captureEvents(Event.MOUSEDOWN); 
//window.onmousedown=right; 
//window.document.onkeydown = mk_ctrlDown;

//このJavaScriptの著作権は
//ウインクリエイティブ　勝山基弘にあります
//無断使用厳禁
//お問い合わせ先　E-mail:  office@win-creative.com

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function mk_ctrlDown()
{
if(event.ctrlKey){
		flagmac = confirm("誠に申し訳ございませんが\nこのサイトでは Controrlキー はご使用になれません\n \nサンプル写真が必要な方はメールにてお問い合わせ下さい\n今すぐメールを送る方はＯＫをクリックして下さい"); 
		if (flagmac == true) window.open("http://www.win-creative.com/mk_mailsend.html","mailwindow","width=450,height=200");
//alert("恐れいりますが\nこのサイトではcontrolキーはご使用になれません\nサンプル写真が必要な方はメールにてお問い合わせ下さい");
}
}

function right(e) { 

	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) 
 		return false; 
	else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
		flag = confirm("誠に申し訳ございませんが\nこのサイトでは右クリックはご使用になれません\n \nサンプル写真が必要な方はメールにてお問い合わせ下さい\n今すぐメールを送る方はＯＫをクリックして下さい"); 
		if (flag == true) window.open("http://www.win-creative.com/mk_mailsend.html","mailwindow","width=450,height=200");
		return false; 
	}
	return true; 
}
document.onmousedown=right; 
if (document.layers) window.captureEvents(Event.MOUSEDOWN); 
window.onmousedown=right; 
window.document.onkeydown = mk_ctrlDown;

-->
