//ニューウィンドウ	
	function newWin(){
		newsWin=window.open("../information/index.html","newsWin","directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizeble=no,screenX=0,screenY=0,left=0,top=0,width=660,height=900");
		newsWin.focus();
	}
	function newWin00(){
		newsWin=window.open("../aromaizm/index.html","newsWin","directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizeble=no,screenX=0,screenY=0,left=0,top=0,width=800,height=600");
		newsWin.focus();
	}
	function newWin01(){
		newsWin=window.open("../vip/index.html","newsWin","directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizeble=no,screenX=0,screenY=0,left=0,top=0,width=660,height=600");
		newsWin.focus();
	}

