function komado(htmlFile){
 win=window.open(htmlFile,"komado","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=635");
}
function komado2(htmlFile,madoName){
 win=window.open(htmlFile,madoName,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=635");
}
function komado3(htmlFile,madoName){
 win=window.open(htmlFile,madoName,"toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=635");
}
function komado4(htmlFile,madoWidth){
 win=window.open(htmlFile,"komado","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width="&madoWidth);
}

function modoru(){
 if(history.length<2){
  window.close();
 }else{
  history.back();
 }
}

function videowin(fileName){
 win=window.open(fileName,"videowin","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}

function rireki(){
 win=window.open("rireki.html","new","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=640,height=330");
}
