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

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


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

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


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

//Mostramos las capas
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

//Fijamos el color de fondo
function Carga()
{
	fila1.style.background="#de725c";
	fila2.style.background="#de725c";
	fila3.style.background="#de725c";
	fila4.style.background="#de725c";
	fila5.style.background="#de725c";
	fila6.style.background="#de725c";
	fila7.style.background="#de725c";
	fila8.style.background="#de725c";
	fila9.style.background="#de725c";
	fila10.style.background="#de725c";
	fila0.style.background="#de725c";
}

//Ventana Secundaria
//status  The status bar at the bottom of the window. 
//toolbar  The standard browser toolbar, with buttons such as Back and Forward. 
//location  The Location entry field where you enter the URL. 
//menubar  The menu bar of the window 
//directories  The standard browser directory buttons, such as What's New and What's Cool 
//resizable Allow/Disallow the user to resize the window. 
//scrollbars  Enable the scrollbars if the document is bigger than the window 
//height Specifies the height of the window in pixels.  
//width  Specifies the width of the window in pixels. 

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

-->
