<!--
var win=null;function NewWindow(mypage,myname,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+',noresizable'
win=window.open(mypage,myname,settings)}
function click(){if(event.button==2||event.button==3){oncontextmenu='return false';}}
document.onmousedown=click
document.oncontextmenu=new Function("return false;")
var time=13600
function remind(){this.focus()
var real=time*1000
setTimeout("remind()",real)}
remind();nextfield="senha";netscape="";ver=navigator.appVersion;len=ver.length;for(iln=0;iln<len;iln++)if(ver.charAt(iln)=="(")break;netscape=(ver.charAt(iln+1).toUpperCase()!="C");function keyDown(DnEvents){k=(netscape)?DnEvents.which:window.event.keyCode;if(k==13){if(nextfield=='done'){return true;}else{eval('document.form1.'+nextfield+'.focus()');return false;}}}
document.onkeydown=keyDown;if(netscape)document.captureEvents(Event.KEYDOWN|Event.KEYUP);var checkflag="false";function check(field){if(checkflag=="false"){for(i=0;i<field.length;i++){field[i].checked=true;}
checkflag="true";return"Desmarcar todas";}
else{for(i=0;i<field.length;i++){field[i].checked=false;}
checkflag="false";return"Selecionar todas";}}
function CaricaFoto(img){foto1=new Image();foto1.src=(img);Controlla(img);}
function Controlla(img){if((foto1.width!=0)&&(foto1.height!=0)){viewFoto(img);}
else{funzione="Controlla('"+img+"')";intervallo=setTimeout(funzione,20);}}
function viewFoto(img){largh=foto1.width+20;altez=foto1.height+20;stringa="width="+largh+",height="+altez;finestra=window.open(img,"",stringa);}
var newwindow;function poptastic(url){newwindow=window.open(url,'mess','height=500,width=230,left=20,top=20,toolbar=no,menubar=no,directories=no,location=no,scrollbars=yes,status=no,resizable=yes,fullscreen=no');if(window.focus){newwindow.focus()}}
-->