// JavaScript Document


<!--http://www.sky.sannet.ne.jp/masapine/java_link22.html
function Mylink(Sel){
mlink=Sel.options[Sel.selectedIndex].value;
if(mlink!="-"){
window.open(mlink,"","toolbar=yes,menubar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes");
}
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->



