

// ウィンドウ
function openWin(wUrl) {
    newWin = 
window.open(wUrl,"openwin","width=600,height=350,toolbar=no,menubar=yes,directories=no,location=yes,status=yes,scrollbars=yes,resizable=yes");
    newWin.opener = self;
    newWin.focus();
}

// 占い
  function openFort(){
  fil=document.slForm.foSelect.value;
  var win1=window.open(fil,"openwin","width=600,height=400,toolbar=no,menubar=yes,directories=no,location=no,status=yes,scrollbars=yes,resizable=yes");
   }  