/********************************************************************
PROYECTO PACTO POR EXTREMADURA
Desarrollado por: Solucionex Tecnologías de la Información

Script para el modulo de noticias

versión: 1.0
*********************************************************************/


$(document).ready( function() {
        $('a[rel=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel
} );


function abrirPopup(url, ancho, alto){
        window.open(url,"Ventana","width="+ancho+",height="+alto+",left=0,top=0,scrollbars=yes,resizable=no");
}

