function new_window(url) {
link = window.open(url,"Link","toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=780,height=450,left=0,top=0");
}
function goTo(){
var URL =
document.dropdown.selectname.options[document.dropdown.selectname.selectedIndex].value
window.href = new_window(URL)
}   

   document.write("<center><form name='dropdown'><table border='0' cellspacing='0' cellpadding='0'><tr><td align='center' valign='top' class='cart3b'>");
   document.write("<span class='greeting2'>Toledo Area Links</span><br><IMG SRC=images/space.gif WIDTH=20 HEIGHT=8 BORDER=0><br>");
   document.write("<select name='selectname' size='1' onChange='goTo()' class='cart2b'>");

   document.write("<option value='#top'> >>>> Select >>>></option>");
   document.write("<option value='http://www.ci.toledo.oh.us/'>City of Toledo</option>");
   document.write("<option value='http://www.toledofarmersmarket.org'>The Toledo Farmers Market</option>");
   document.write("<option value='http://www.imaginationstationtoledo.org/'>Imagination Station</option>");
   document.write("<option value='http://www.toledozoo.org/'>Toledo Zoo</option>");
   document.write("<option value='http://www.toledomuseum.org/home.html'>Toledo Museum of Art</option>");
   document.write("<option value='http://www.metroparkstoledo.com/'>Toledo Metroparks</option>");
   document.write("<option value='http://www.mudhens.com/'>Toledo Mudhens</option>");
   document.write("<option value='http://www.toledowalleye.com/'>Toledo Walleye</option>");
   document.write("<option value='http://www.jeep.com/'>Home of Jeep</option>");
   document.write("<option value='http://www.stranahantheater.com/'>Stranahan Theater</option>");
   document.write("<option value='http://valentinetheatre.com/'>Valentine Theatre</option>");
   document.write("</select></td></tr></table></form></center>");