//リスト移動 function func(){ var aa = document.form1.select.selectedIndex; var vv = document.form1.select.options[aa].value; // if(vv=="null"){ return false; } // if((vv=="fukuoka/index.html") || (vv=="access/index.html")){ window.open("http://www.t2e.org/ny/"+vv, "newwin","width=620,height=600,scrollbars=yes"); }else{ location.href="http://www.t2e.org/ny/"+vv; } }