function abrepopup(tela,largura,altura)
{
window.open(tela,'','height='+altura+',width='+largura+',scrollbars=AUTO, top=25px, left=70px');
}


function abre(tela,largura,altura)
{
window.open(tela,'','height='+altura+',width='+largura+',scrollbars=yes, top=25px, left=70px');
}