
    function popup(imagen,fecha,titulo,texto){
            var dir = "popup.php?imagen="+imagen+"&fecha="+fecha+"&titulo="+titulo+"&texto="+texto;
            window.open(dir,"","height=500,width=500,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left="+((screen.width-400)/2)+",top="+((screen.height-400)/2));

    }
    
    function novedad(codigo, idioma){
            var dir = "novedades2.php?i="+idioma+"&id="+codigo;
            window.open(dir,"","height=600,width=460,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left="+((screen.width-460)/2)+",top="+((screen.height-600)/2));
    }

    

