 function clickto(form) {
        var pindex=form.products.selectedIndex
        if (form.products.options[pindex].value != "0") {
         location=form.products.options[pindex].value;}
}