    <!-- Hide the script from old browsers --
     function surfto(form) {
        var myindex=form.select1.selectedIndex
        if (form.select1.options[myindex].value != "0" && form.select1.options[myindex].value != "https://www.paypal.com/cgi-bin/webscr?cmd=_cart&business=sales@notenuf.net&display=1") {
            window.open(form.select1.options[myindex].value, target="_top");
        } else if (form.select1.options[myindex].value == "https://www.paypal.com/cgi-bin/webscr?cmd=_cart&business=sales@notenuf.net&display=1") {
	        window.open("https://www.paypal.com/cgi-bin/webscr?cmd=_cart&business=sales@notenuf.net&display=1", target="_new");
        }
    }
    //-->
