var aNJ = new Array();aNJ['webp'] = null;aNJ['clie'] = null;function arrWin(arq,L,A,NJ,S) { 	if(screen) {var infX = "";var infY = "";////Larguravar rx = parseInt(screen.width,10);var sx = parseInt(screen.availWidth,10);L = parseInt(L,10);L > sx ? L = sx : "";////Alturavar ry = parseInt(screen.height,10);var sy = parseInt(screen.availHeight,10);A = parseInt(A,10);A > sy ? A = sy : "";////Posicionar Xvar hPos = parseInt((sx/2 - L/2),10);////Posicionar Yvar vPos = parseInt((sy/2 - A/2),10);//S = isNaN(S) ? S.toLowerCase() : parseInt(S);S = S == 1 || S == 'yes' ? 'yes' : 'no';var scro = 'Scroll: ' + S;//aNJ[NJ] == null || aNJ[NJ].closed ? aNJ[NJ] = window.open(arq,"","width="+L+",height="+A+",left="+hPos+",top="+vPos+",scrollbars="+S+",screenX="+hPos+",screenY="+vPos+",title=yes,titlebar=yes") : aNJ[NJ].focus();//	if(aNJ[NJ] != null && !aNJ[NJ].closed) {aNJ[NJ].moveTo(hPos,vPos);aNJ[NJ].resizeTo(L,A);aNJ[NJ].focus();	} else {alert("Se a janela não está abrindo talvez seja porque você tenha um programa bloqueador de pop-up!\nVerifique suas preferências.");	}return;	}}function arrWinUn() {if(aNJ['clie']!=null&&!aNJ['clie'].closed){aNJ['clie'].close();aNJ['clie']=null;}if(aNJ['webp']!=null&&!aNJ['webp'].closed){aNJ['webp'].close();aNJ['webp']=null;}}