-<!--
function RatonEncima(Objeto)
{
  Objeto.style.background="#f77704";
}

function RatonEncima2(Objeto)
{
  Objeto.style.background="#f77704";
}

function RatonFuera2(Objeto)
{
  Objeto.style.background="#FFFFFF";
}

function RatonFuera(Objeto)
{
  Objeto.style.background="#FFFFFF";
}

function Confirmar()
{
  seguir=window.confirm("Desea Borrar el Registro?");
  return seguir;
}

function VentanaSecundaria(URL,Nombre,Propiedades)
{ 
  window.open(URL,Nombre,Propiedades);
}
-->