// プルダウンジャンプfunction MM_jumpMenu(targ,selObj,restore){ //v3.0++	if(selObj.options[selObj.selectedIndex].value != -1){		 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");	 	if (restore) selObj.selectedIndex=0;	}}/* turn image */function turnImg(img_a,img_b) {img_a.src = img_b;}function openHistoryWindow(theURL) {        historyWin = window.open(theURL,"historyWin","width=720,height=480,toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");        historyWin.focus();        return false;}//　ポップアップ　メールマガジン用function openMailmaga(formURL) {	mailmaga=window.open(formURL,"mailmaga","status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=750,height=480");	mailmaga.focus();	return false;}//　ポップアップ　みなさまの声function openYourVoice(formURL) {	YourVoice=window.open(formURL,"YourVoice","status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=750,height=480");	YourVoice.focus();	return false;}//　ポップアップfunction MM_openBrWindow(theURL,winName,features) { //v2.0++  popWin=window.open(theURL,winName,features);  popWin.focus();}//　メール送信用function sendWebmaster(){  mailTitle = "Mail from Matsuzakaya Home Page";  pageURL = document.location;  callMaler = "mailto:" + "webmaster@matsuzakaya.co.jp?subject=" + mailTitle + "&body=" + pageURL;  document.location = callMaler;  return false;}
