function data(htmll){
largura = screen.width - 10;
altura = screen.height - 220;
window.open(htmll,'janela75','status=yes,resizable=yes,scrollbars=yes,menubar=yes,maximized=yes');
}
function login(){
window.open('area/index.html','janela10','status=no,resizable=yes,scrollbars=no,menubar=no,width=550,height=400,left=1,top=1');
}

function news(){
window.open('area/mailing_integracao.php','janela11','status=no,resizable=no,scrollbars=no,menubar=no,width=600,height=250,left=1,top=1');
}
