
<!--
function go()
{
location=document.searchBox.box1.
options[document.searchBox.box1.selectedIndex].value
}

function go2()
{
location=document.searchBox.box2.
options[document.searchBox.box2.selectedIndex].value
}
//-->
