/* */ var win = null; st = 'h'+'t'+'t'+'p'+'s'+':'+'/'+'/'+'w'+'w'+'w'+'2'+'.'+'s'+'e'+'r'+'v'+'i'+'c'+'o'+'o'+'p'+'.'+'c'+'o'+'m'+'.'+'b'+'r'+'/'+'f'+'a'+'c'+'w'+'e'+'b'+'/'; // Abre Pop Up ------------------------- function online(){ var Largura, Altura, Opcoes, Url; Largura = window.screen.width - 10 Altura = window.screen.height - 90 var MSIE=false,Gecko=false,Opera=false,Konqueror=false,Firefox=false,Safari=false; var Navegador = navigator.userAgent,Versao,Posicao; if((Posicao = Navegador.indexOf("Opera"))!= -1){ Opera = true; } if((Posicao = Navegador.indexOf("Safari"))!= -1){ Safari = true; } if((Posicao = Navegador.indexOf("Firefox"))!= -1){ Firefox = true; Largura = window.screen.width Altura = window.screen.height - 80 } else if((Posicao = Navegador.indexOf("Konqueror")) != -1){ Versao = Navegador.substr(Posicao+10,1); if(Versao >= "3") Konqueror = true; } else if((Posicao = Navegador.indexOf("MSIE")) != -1){ Versao = Navegador.substr(Posicao+5,1); if(Versao > "5") MSIE = true; } else if(Navegador.indexOf("Gecko") != -1){ Posicao = Navegador.indexOf("rv:"); Versao = Navegador.substr(Posicao+3,3); if(Versao >= "1.0") Gecko = true; }; if(MSIE || Konqueror || Firefox || Opera || Safari) { Opcoes = 'width='+Largura+',height='+Altura+',top=0,left=0,screenX=0,screenY=0,status=0,scrollbars=0,toolbar=0,resizable=0,maximized=0,menubar=0,location=0,titlebar=0,directories=0'; var padding = ''; for ( i=0 ; i<108 ; i++) { padding += unescape("%A0"); }; newWindow = window.open('','_blank',Opcoes, true); newWindow.document.location = "online.html?"+"=servicoop"; } else { alert("NAVEGADOR NÃO INDICADO!\n\nUtilizando este navegador, podem haver problemas ou dificuldades de exibição.\n\nSugerimos que utilize um dos seguintes navegadores nas versões indicadas ou superiores:\n\n- Internet Explorer 6.x \n- Opera 1.x\n- Konqueror 3.x\n- Safari 1.x\n- Firefox 1.x\n\nCaso tenha maiores dificuldades, entre em contato conosco."); }; }; function exec(){parent.document.getElementById('pagina').src=st;}; // Abre Pop Up 2 ------------------------- var win = null; function popup(pagina,nome,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=yes ,status=no ,menubar=no' win = window.open(pagina,nome,settings); }; // --------------------------------------