function Validate(form)
{

		v1=form.txtname
		if(isblank(v1)==false) 
	{
		alert("Please insert Name");
		v1.focus(); 
	return false
	}


v1=form.txtphone
	if(isblank(v1)==false) 
	{
	alert("Please insert Phone No");
	v1.focus(); 
	return false
	}


v1=form.txtemail
	if(isblank(v1)==false) 
	{
	alert("Please insert Email ID");
	v1.focus(); 
	return false;
	}

	if(isEmail(v1)==false) 
	{
	alert("The email \""+ v1.value+" \"is not valid email");
	v1.focus(); 
	return false;
	}


	v1=form.txtcomments
	if(isblank(v1)==false) 
	{
	alert("Comment Field Can not be Blank");
	v1.focus(); 
	return false
	}
	
	return true;
}

function isblank(s3) 
{
	if (s3.value == "") 
	{
	return false
	}
else 
	{
	return true
   }
}

function isEmail(s2) 
{
	if ((s2.value == "" || s2.value.indexOf('@', 0) == -1)) {
	return false
}
else {
	return true
   }

}

function Validate1(form)
{

	v1=form.txtname
	if(isblank(v1)==false) 
	{
		alert("Please insert Name");
		v1.focus(); 
	return false
	}


v1=form.txtaddress
	if(isblank(v1)==false) 
	{
	alert("Please insert Address");
	v1.focus(); 
	return false
	}

v1=form.txtcontact
	if(isblank(v1)==false) 
	{
	alert("Please insert Contact No");
	v1.focus(); 
	return false
	}

v1=form.txtemail
	if(isblank(v1)==false) 
	{
	alert("Please insert Email ID");
	v1.focus(); 
	return false;
	}

	if(isEmail(v1)==false) 
	{
	alert("The email \""+ v1.value+" \"is not valid email");
	v1.focus(); 
	return false;
	}	
	
	return true;
}

function Validate2(form)
{

	v1=form.txtname
	if(isblank(v1)==false) 
	{
		alert("Please insert Name");
		v1.focus(); 
	return false
	}


v1=form.txtaddress
	if(isblank(v1)==false) 
	{
	alert("Please insert Address");
	v1.focus(); 
	return false
	}


v1=form.txtemail
	if(isblank(v1)==false) 
	{
	alert("Please insert Email ID");
	v1.focus(); 
	return false;
	}

	if(isEmail(v1)==false) 
	{
	alert("The email \""+ v1.value+" \"is not valid email");
	v1.focus(); 
	return false;
	}	
	
	return true;
}

function Validate3(form)
{

	v1=form.txtname
	if(isblank(v1)==false) 
	{
		alert("Please insert Name");
		v1.focus(); 
	return false
	}


v1=form.txtaddress
	if(isblank(v1)==false) 
	{
	alert("Please insert Address");
	v1.focus(); 
	return false
	}

v1=form.txtcontact
	if(isblank(v1)==false) 
	{
	alert("Please insert Contact No");
	v1.focus(); 
	return false
	}

v1=form.txtemail
	if(isblank(v1)==false) 
	{
	alert("Please insert Email ID");
	v1.focus(); 
	return false;
	}

	if(isEmail(v1)==false) 
	{
	alert("The email \""+ v1.value+" \"is not valid email");
	v1.focus(); 
	return false;
	}	
	
	return true;
}

function Validate4(form)
{

	v1=form.txtname
	if(isblank(v1)==false) 
	{
		alert("Please insert Name");
		v1.focus(); 
	return false
	}


v1=form.txtaddress
	if(isblank(v1)==false) 
	{
	alert("Please insert Address");
	v1.focus(); 
	return false
	}

v1=form.txtcontact
	if(isblank(v1)==false) 
	{
	alert("Please insert Contact No");
	v1.focus(); 
	return false
	}

v1=form.txtemail
	if(isblank(v1)==false) 
	{
	alert("Please insert Email ID");
	v1.focus(); 
	return false;
	}

	if(isEmail(v1)==false) 
	{
	alert("The email \""+ v1.value+" \"is not valid email");
	v1.focus(); 
	return false;
	}	
	
	v1=form.txtspecial
	if(isblank(v1)==false) 
	{
	alert("Please insert Your Specialization");
	v1.focus(); 
	return false
	}
	
	v1=form.txtmessage
	if(isblank(v1)==false) 
	{
	alert("Please insert Your Message");
	v1.focus(); 
	return false
	}
	return true;
}




