﻿$('#imgCategoriaAtividade').centerImage();

$('.area-integra ul a').click(function() {

    var el = $(this);

    if (el.hasClass('on')) {
        el.removeClass('on');
    }
    else {
        el.addClass('on');
    }
    el.next().slideToggle();
    return false;
});


var gallery = function(id) {
    window.open(RootUrl + 'Gallery.aspx?id=' + id, 'Rio_Quente_Site_Oficial', 'height=590,width=620,resizable=no,scrollbars=no,toolbar=no,status=no');
    return false;
};
