﻿function AbraJanelaxxy() {
    $.window({
        title: "Horários dos programas na TV",
        url: "horariostv.aspx",
        resizable: false,
        maximizable: false,
        width: 434,
        height: 260,
        bookmarkable: false,
        showFooter: false,
        showRoundCorner: true,
        showModal: false
    });
}

$(function() {
    $('#gallery a').lightBox({ fixedNavigation: true });
});
function AbraJanelaxx() {
    $(document).ready(function() {
    window.open('horariostv.aspx', 'Horarios', 'location=0,status=0,scrollbars=0,width=454,height=330,top=200,left=250', 'resizable=no');
    });
}

