function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function vericarFormLogin()
 {
   if(document.all.login.value == '')
   {
     alert('Digite um login');
	 return
   } else if(document.all.senha.value == '')
   {
     alert('Digite uma senha');
 	 return
   }
 }
 function CheckAll() {
    for (i=0;i<document.form2.elements.length;i++) {
         document.form2.elements[i].checked = document.form2.selall.checked;
    }
}  
 function mala(id)
{
	window.open('veruser.php?id='+id,"_blank","resizable=no,toolbar=no,status=1,menubar=no,scrollbars=1,width=500,height=370,top=0,left=0");
}