function chamaPag(url) {
    
    Ajax.requestPage("../help/"+url, "helpBox");

}

$(document).ready(function() {
   
    Ajax = new Ajax();

});