function GetURL(){ var selindex=document.form1.URL.selectedIndex; var seltext=document.form1.URL.options[selindex].text; var selurl=document.form1.URL.options[selindex].value; { location=selurl; } } function GetURL2(){ var selindex=document.form2.URL.selectedIndex; var seltext=document.form2.URL.options[selindex].text; var selurl=document.form2.URL.options[selindex].value; { location=selurl; } } function GetURL3(){ var selindex=document.form3.URL.selectedIndex; var seltext=document.form3.URL.options[selindex].text; var selurl=document.form3.URL.options[selindex].value; { location=selurl; } } function GetURL4(){ var selindex=document.form4.URL.selectedIndex; var seltext=document.form4.URL.options[selindex].text; var selurl=document.form4.URL.options[selindex].value; { location=selurl; } } function GetURL5(){ var selindex=document.form5.URL.selectedIndex; var seltext=document.form5.URL.options[selindex].text; var selurl=document.form5.URL.options[selindex].value; { location=selurl; } }