function abe(janela){
newwindow=window.open(janela,'_blank','width=800,height=460,scrollbars=yes,status=no,menu=no');
}

function abre(janela){
newwindow=window.open(janela,'_blank','fullscreen=yes, scrollbars=no');
}