function whichButton(Login){
        


         if(theForm.email.value == "") {
                 alert("Please enter your Email.");
                 theForm.email.focus();
                 return(false);
                  
               
        } 

         if(theForm.password.value == "") {
                 alert("Please enter your Password.");
                 theForm.password.focus();
                 return(false);
                  
               
        } 
 
       } 