//ポップアップ用
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openPVWindow(theURL,pageNum,winName,features) { //v2.0
  win = window.open(theURL+"?page_num="+pageNum,winName,features);
  win.focus();
  }


