function Chicon(sel,myImg){ if(sel.options[sel.selectedIndex].value == 0){ myimg = "./icon/defolt.gif"; } else { myimg = "./icon/" + sel.options[sel.selectedIndex].value; } document.images[myImg].src = myimg; } function resWinopen(myNo){ myURL = "./index.cgi?mode=jsres&no=" + myNo + "#fast"; myWin = window.open(myURL,'','width=550,height=180'); } function mailWinopen(myMail){ myURL = "./index.cgi?mode=mail&mail=" + myMail + "#fast"; myWin = window.open(myURL,'','width=450,height=180'); }