


function activa_celda(obj) 
{
 obj.style.backgroundColor='#055E3D';
}

function desactiva_celda(obj) 
{
 obj.style.backgroundColor='';  
}

//////////////////////////////////////////////

function imprimir_info() 
{
window.print();
}


function cerrar_popup() 
{
window.opener.location.reload();
window.close();
}

////////////////////////////////////////////////

function abrir_ventana4(url)
{
newWindow = window.open(url,"subWind",
"status,height=500,width=380,top=150,left=250,scrollbars=yes");
newWindow.focus( );
};
////////////////////////////////////////////////////////////////////

function abrir_fotos(url)
{
newWindow = window.open(url,"subWind",
"status,height=450,width=400,top=150,left=250,scrollbars=yes");
newWindow.focus( );
};
////////////////////////////////////////////////////////////////////