function selecturl(s) { var gourl = s.options[s.selectedIndex].value; window.top.location.href = gourl; } function changeIt(newLoc){window.location.href=newLoc}