function checkFeedBackForm()
{
	if(this.FeedBackForm.country.value=="")
	{
		alert("\您对哪个国家留学感兴趣?");
		return false;
	}
		if(this.FeedBackForm.name.value=="")
	{
		alert("\请输入您的姓名!");
		this.FeedBackForm.name.focus();
		return false;
	}
	
		if(this.FeedBackForm.sex.value=="")
	{
		alert("\请选择您的性别!");
		this.FeedBackForm.sex.focus();
		return false;
	}
		
		if(this.FeedBackForm.age.value=="")
	{
		alert("\请输入您的年龄!");
		this.FeedBackForm.age.focus();
		return false;
	}
			
		if(this.FeedBackForm.city.value=="")
	{
		alert("\请选择您所在省份!");
		this.FeedBackForm.city.focus();
		return false;
	}
		if(this.FeedBackForm.edu.value=="")
	{
		alert("\请选择您的最高学历!");
		this.FeedBackForm.edu.focus();
		return false;
	}
	
		if(this.FeedBackForm.sxzy.value=="")
	{
		alert("\请填写您所学的专业!");
		this.FeedBackForm.sxzy.focus();
		return false;
	}
	
		if(this.FeedBackForm.zpzj.value=="")
	{
		alert("\请填写您可支配的留学资金!");
		this.FeedBackForm.zpzj.focus();
		return false;
	}
				
		if(this.FeedBackForm.yyks.value=="")
	{
		alert("\请选择您所参加的语言考试!");
		this.FeedBackForm.yyks.focus();
		return false;
	}
	
		if(this.FeedBackForm.kscj.value=="")
	{
		alert("\请填写您所参加语言考试的成绩!");
		this.FeedBackForm.kscj.focus();
		return false;
	}
		
		if(this.FeedBackForm.tel.value=="")
	{
		alert("\请填写您的联系电话!");
		this.FeedBackForm.tel.focus();
		return false;
	}
		
		if((this.FeedBackForm.email.value=="")||(this.FeedBackForm.email.value.indexOf('@',0)==-1)||(this.FeedBackForm.email.value.indexOf('.',0)==-1)||(this.FeedBackForm.email.value.length<6)) 
	{
		alert("请您输入合法的E-mail地址!");
		this.FeedBackForm.email.focus();
		return false;
	}
	
		
}

function checkFeedBackFormcq()
{
	if(this.FeedBackForm.country.value=="")
	{
		alert("\您对哪个国家留学感兴趣?");
		return false;
	}
		if(this.FeedBackForm.name.value=="")
	{
		alert("\请输入您的姓名!");
		this.FeedBackForm.name.focus();
		return false;
	}
		
		if(this.FeedBackForm.age.value=="")
	{
		alert("\请输入您的年龄!");
		this.FeedBackForm.age.focus();
		return false;
	}
			
		if(this.FeedBackForm.city.value=="")
	{
		alert("\请选择您所在省份!");
		this.FeedBackForm.city.focus();
		return false;
	}
		if(this.FeedBackForm.edu.value=="")
	{
		alert("\请选择您的最高学历!");
		this.FeedBackForm.edu.focus();
		return false;
	}
	
		if(this.FeedBackForm.sxzy.value=="")
	{
		alert("\请填写您所学的专业!");
		this.FeedBackForm.sxzy.focus();
		return false;
	}
			
		if(this.FeedBackForm.tel.value=="")
	{
		alert("\请填写您的联系电话!");
		this.FeedBackForm.tel.focus();
		return false;
	}

	
		
}