function abrepopup(nome)
     {
     window.open("http://www.finansite.com.br/petrobras_ri/"+nome,"_blank","width=552,height=450,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
     }

function abrepopup2(nome)
     {
     window.open("http://www.finansite.com.br/petrobras_ri/"+nome,"_blank","width=552,height=570,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
     }

function abrepopup3(nome)
     {
     window.open(nome,"_blank","width=552,height=380,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
     }

function  abrecot(nome) {
var winl = (screen.width - 640) / 2;
var wint = (screen.height - 300) / 2;
winprops = 'height=300, width=640, top='+wint+',left='+winl+',scrollbars=no,resizable=no'
win = window.open('http://www.finansite.com.br/petrobras_ri/popup/'+nome,'_blank', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
