function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

function Op(url){
		win=window.open(url,"W1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,favorites=no,resizable=yes,width=1050,height=700");
		win.moveTo(0,0);
          }

function Opw_g(url){
          win3=window.open(url,"G1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,favorites=no,resizable=no,width=600,height=760");
		win3.moveTo(0,0);
          }

function Opw_g2(url){
          win4=window.open(url,"G2","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,favorites=no,resizable=no,width=700,height=660");
		win4.moveTo(0,0);
          }

function Opw(url){
          win1=window.open(url,"D1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,favorites=no,resizable=no,width=500,height=660");
		win1.moveTo(0,0);
          }

function Opw2(url){
          win2=window.open(url,"D2","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,favorites=no,resizable=no,width=600,height=560");
		win2.moveTo(0,0);
          }

var preloadFlag = false;
function preloadImages() {
	if (document.images) {

		about_on = newImage("images/about_on.jpg");
		gallery_on = newImage("images/gallery_on.jpg");
		shop_on = newImage("images/shop_on.jpg");
		contact_on = newImage("images/contact_on.jpg");
		privacy_on = newImage("images/privacy_on.gif");
		term_on = newImage("images/term_on.gif");
		sitemap_on = newImage("images/sitemap_on.gif");

		preloadFlag = true;
	}
}
preloadImages();


if(document.layers)document.captureEvents(Event.MOUSEDOWN);
	document.onmouseclick = imgsave;

function imgsave(a){
	if (navigator.appName.charAt(0)=="M") {
	if (event.button == 2) { alert("商品画像の保存、印刷は禁止しています\nNeither preservation nor the print have been permitted. "); }
	}
	if (navigator.appName.charAt(0) == "N") {
	if (a.which == 3) { alert("商品画像の保存、印刷は禁止しています\nNeither preservation nor the print have been permitted."); }
	}
	return false;
}
