// JavaScript Document	function swImg(iName,str)	{			document.images[iName].src = str;	}function openSubWin(srcURL)	{        window.open(srcURL,"wmv","screenX=20,screenY=50,left=20,top=50,width=410,height=700,scrollbars=yes");	}function openSubWin2(srcURL)	{        window.open(srcURL,"wmv","screenX=20,screenY=50,left=20,top=50,width=900,height=500,scrollbars=yes");	}function openSubWin3(srcURL)	{        window.open(srcURL,"wmv","screenX=20,screenY=50,left=20,top=50,width=400,height=600,scrollbars=yes");	}function openSubWin4(srcURL)	{        window.open(srcURL,"wmv","screenX=20,screenY=50,left=20,top=50,width=760,height=370,scrollbars=yes");	}function windowprint()	{	window.print("","");	}function MM_openBrWindow(theURL,winName,features) { //別ウィンドウを開く  window.open(theURL,winName,features);}function address(){	mail="inf" + "o@allur" + "e-e-s.com";	document.write(mail.link("mailto:" + "inf" + "o@allur" + "e-e-s.com"));	}	function address2(){	mail="inf" + "o@esthe-o" + "saka.jp";	document.write(mail.link("mailto:" + "inf" + "o@esthe-o" + "saka.jp"));	}function jumpToPageTop(e) {	UAGENT = navigator.userAgent.toUpperCase();	if (UAGENT.indexOf("MSIE") >=0) {		pos = event.y;	} else {		pos = e.pageY;	}	pageScroll(pos);}function pageScroll(posi) {	dist = posi / 6;	nPos = parseInt(posi - dist);	scrollTo(0,nPos);	if (nPos > 0) {		setTimeout("pageScroll(nPos)",10);	}}vType = ["hidden","visible"]; function pdMenu(mName) { Menu = document.all[mName].style;Menu.visibility = vType[Menu.visibility.indexOf("hidden") + 1];} 