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

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

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

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

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

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