function abrirJanelaPrincipal(){features="directories=0,location=1,menubar=0,toolbar=0,status=1,statusbar=1,resizable=1,scrollbars=0,dependent=0";if(navigator.userAgent.indexOf("Firefox")==-1){popWidth=screen.availWidth-10;popHeight=screen.availHeight-90;popLeft=0;popTop=0;features=features+",innerWidth="+popWidth+",width="+popWidth+",innerHeight="+popHeight+",height="+popHeight+",left="+popLeft+",top="+popTop;}var janela=window.open("aplicacao/","WebSafariPrincipal",features);if(janela){janela.outroUsuario=true;janela.focus();}}function calcularTamanhoFrame(frame){var bo=frame.contentWindow.document;if(bo){bo=bo.body;}if(bo){frame.width=bo.scrollWidth;frame.height=bo.scrollHeight;}}
