// jump menu 

function surfto(form) {
  var myindex=form.prodmenu.selectedIndex
  if (form.prodmenu.options[myindex].value != "0") {
    parent.document.location=form.prodmenu.options[myindex].value;}
    var myindex=form.selectdes.selectedIndex
  if (form.selectdes.options[myindex].value != "0") {
    parent.document.location=form.selectdes.options[myindex].value;}
}