//お問い合せ・エントリーフォームfunction contact(html) {	SubWindow=window.open(html,"contact","width=780,height=780,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");	SubWindow.focus();}
