function jumpMenu(cat){   
  var destinations = document.form.destinations[form.destinations.selectedIndex].value;
  if(cat!='00'){
	window.location = destinations; 
  }
}


function jumpMenuaAmin(){   
  var cat = document.form.catx[form.catx.selectedIndex].value;
  if(cat!='00'){
	window.location = cat; 
  }
}

