/*  by Rafi - www.geocities.com/Eureka/2342 - http://webdeveloper.earthweb.com/repository/javascripts/1998/03/13/JS_12246/script12246.html */
function leapto(form) { var myindex=form.dest.selectedIndex
  window.location=(form.dest.options[myindex].value); }