
<!--  Comment


function validate(form) {


  

 <!--------------------------------------------->
    inputStr=document.index.school.value.toUpperCase();
     if (inputStr == "SELECT") {
        alert("Please Choose Student Type");
        return false;
        }    
  <!----------------------------------------->
  
   /*   inputStr1=document.index.county.value.toUpperCase();
	    if (inputStr1 != "SELECT" ){
		  inputStr2=document.index.resid.value.toUpperCase();
		     if (inputStr2 == "SELECT" ){
                alert("Please Select Residency");
                 return false;
			 }
        }   */
		
   <!--------------------------------------------->
     inputStr1=document.index.county.value.toUpperCase();
	    if (inputStr1 != "SELECT" ){
		  document.index.resid.value = "Mississippi" ;
		      }
       
  <!----------------------------------------->

    

  }

// -->
