// JavaScript Document
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  document.enquete.submit();
  window.open(theURL,winName,features);
}
//-->

<!--
            function abrir(URL) {   
  
                var width = 500;   
                var height = 200;   
  
                var left = 99;   
                var top = 99;   
  
                window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');   
  
            }  
//-->>
