function gotoURL(){
    var gotoindex=gotopage.selectURL.selectedIndex 
    if(!parseInt(gotoindex)==0){
        window.location.href=gotopage.selectURL.options[gotoindex].value;
    }
}