// Direction Addres Search

function gotoURL(theURL) {

  var starting = document.theURL.location.value;
  var directions = "http://maps.google.com/maps?daddr=701%20Osuna%20Rd%20NE,%20Suite%201200&saddr=" + starting;
  
  open (directions);
  
}