function OpenInq() {
  win=window.open("./inquiry/index.php","inqWin","width=528,height=600,scrollbars=yes,resizable=yes");
  win.moveTo(0,0);
}
