// ウィンドウオープン

function openwindow(theURL,winName,option){
  window.open(theURL,winName,option);
}