function abrir(pagina,largura,altura){w=screen.width;h=screen.height;meio_w=w/2;meio_h=h/2;altura2=altura/2;largura2=largura/2;meio1=meio_h-altura2;meio2=meio_w-largura2;window.open(pagina,'','height='+altura+', width='+largura+', top='+meio1+', left='+meio2+'');}