﻿function openmovie(m) {
var vid = m;
window.open("./Category/HabanosPlayer.aspx?VID=" + m, "再生","toolbar=no,menubar=no,scrollbars=no,resizable=no,width=480,height=384");
}

function OpenWin(PIC0,PIC1,PIC2){
window.open(PIC0, "写真表示","left=20,top=20,toolbar=no,menubar=no,scrollbars=yes,resizable=no,width="+PIC1+",height="+PIC2+"");
}

function OpenEng(BoxName0,BoxName1){
 var b1 = BoxName0 ;
 var b2 = BoxName1 ;
 if(document.getElementById(b1).style.display == 'block'){
  document.getElementById(b1).style.display = 'none';
  document.getElementById(b2).style.display = 'block';
  }else{ 
  document.getElementById(b1).style.display = 'block'; 
  document.getElementById(b2).style.display = 'none';
}
}

function Sorry(){
window.alert("Please wait for a while.");
}