function goThere() 
{
    var list = document.forms[0].urlList
    location = list.options[list.selectedIndex].value
}

<!--

var myWind 

function openWind()

               { myWind = window.open("map.shtml","subWindow","HEIGHT=550,WIDTH=650")}
        




var myWind
function closeWin() {
self.close()
}

//-->