<!-- hiding content from old browsers 
function AbreJanela(param, h, w)
{
novaJanela = window.open(param, 'eventos','height=' + h + ',width=' + w + ',scrollbars=yes');
}
// end hiding content-->