function selecciona (categoria)
{
  document.getElementById ('sIdCat').value = categoria;
  document.getElementById ('Frm1').submit ();
}