$(document).ready(function () {
    $('#dir .noticias li:last-child').css("margin-bottom", "0");
    $('#esq_home ul li:last-child').css("border-bottom", "none");
    $('.albums li:last-child').css("padding-bottom", "0");
    $('.info dl dt:first-child').css("margin-top", "0");
    $('.sf-menu li ul').prepend('<li class="top"><!-- --></li>');
    $('.sf-menu li ul').append('<li class="bottom"><!-- --></li>');
    //	RETIRADO E COLOCADO NA MASTER PAGE DEVIDO AOS POSTBACKS
    //          $('.banner_destaque .slideshow').after('<div id="nav">').cycle({
    //				fx:		'fade',
    //				speed:	600,
    //				timeout:	4000,
    //				pager:	'#nav'
    //			});
    $('.sf-menu').superfish({
        animation: { height: 'show' },
        delay: 1200,
        autoArrows: false,
        dropShadows: false
    });
});

function AbrirNovaJanela(pagina, nomeJanela) {
    var url = pagina;
    var name = nomeJanela;
    var specs = "";
    var replace = "false";
    window.open(url, name, specs, replace)
}
