<!--
function MM_popupMsg(msg)
 {
alert(msg);
}
//-->

<!--
if (window!=top) top.location.href=location.href
//->

<!---
function imprimir(){
   var tam = 'width=704,height=' + Math.round(screen.availHeight-150);
   var pos = ',left=15,top=15';
   var popUp=window.open('artigo05.htm','Imprimir','resizable=no,menubar=yes,toolbar=yes,scrollbars=yes');
   popUp.opener=self;
}
//->

<!---
    today=new Date();
    y0=today.getFullYear();

// -->

<!---
      function fechar() {
        document.getElementById('popup').style.display = 'none';
      }
 
      function abrir() {
        document.getElementById('popup').style.display = 'block';
        setTimeout ("fechar()", 30000);
      }
// -->

<!--
      function validateForm(){  
        if (document.comentarios.name.value.length == 0) {  
            alert("O nome "+unescape('%E9')+" um campo obrigat"+unescape('%F3')+"rio.");  
            document.comentarios.name.focus();  
            return (false);           
        }  
        if (document.comentarios.email.value.length == 0) {  
            alert("O e-mail "+unescape('%E9')+" um campo obrigat"+unescape('%F3')+"rio.");  
            document.comentarios.email.focus();  
            return (false);           
        }  
        if (document.comentarios.message.value.length == 0) {  
            alert("O coment"+unescape('%E1')+"rio "+unescape('%E9')+" um campo obrigat"+unescape('%F3')+"rio.");  
            document.comentarios.message.focus();  
            return (false);           
        }  
        document.comentarios.submit();
    }  
// -->

