function janela(url,janela,L,A,Centro,STbar,SCbar,Rsize,Mbar){var hor;var ver;if(Centro==true){hor=L;hor=(screen.width-hor)/2;ver=A;ver=(screen.height-ver)/2}else{if(Centro=="full"){hor=1;ver=1;L=(parseInt(screen.width)-9);A=(parseInt(screen.height)-9)}else{hor=20;ver=20}}var acertos="width="+L+", height="+A+",left="+hor+", top="+ver+", screenx="+hor+", screeny="+ver+", status="+STbar+", scrollbars="+SCbar+", resizable="+Rsize+", menubar="+Mbar;window.open(url,janela,acertos)};
