//OpenWin Event (問い合わせFORM用)function subWinForm(file_name, win_name){opw = window.open(file_name,win_name,"width=550,height=500,resizable=no,toolbar=no,location=no,status=yes,scrollbars=yes");opw.focus();}
