




function surfto(form) {
var myindex=form.dest1.selectedIndex
window.open(form.dest1.options[myindex].value, target="Bannerbox");
}