function che1()
{
	if(document.getElementById("TextBox1").value=="")
	{
		alert("小区名称不可以为空");
		document.getElementById("TextBox1").focus();
		return false;
	}
	if(document.getElementById("TextBox2").value=="")
	{
		alert("姓名不可以为空");
		document.getElementById("TextBox2").focus();
		return false;
	}
	if(document.getElementById("TextBox3").value=="")
	{
		alert("电话不可以为空");
		document.getElementById("TextBox3").focus();
		return false;
	}
}
function che2()
{
	if(document.getElementById("Baoming1$TextBox1").value=="")
	{
		alert("小区名称不可以为空");
		document.getElementById("Baoming1$TextBox1").focus();
		return false;
	}
	if(document.getElementById("Baoming1$TextBox2").value=="")
	{
		alert("姓名不可以为空");
		document.getElementById("Baoming1$TextBox2").focus();
		return false;
	}
	if(document.getElementById("Baoming1$TextBox3").value=="")
	{
		alert("电话不可以为空");
		document.getElementById("Baoming1$TextBox3").focus();
		return false;
	}
}

function che3()
{
	if(document.getElementById("TextBox1").value=="")
	{
		alert("姓名不可以为空");
		document.getElementById("TextBox1").focus();
		return false;
	}
	if(document.getElementById("TextBox2").value=="")
	{
		alert("姓名不可以为空");
		document.getElementById("TextBox2").focus();
		return false;
	}
	if(document.getElementById("TextBox3").value=="")
	{
		alert("楼盘不可以为空");
		document.getElementById("TextBox3").focus();
		return false;
	}
}

