// JavaScript Document
function jumpLine(){
document.form1.submit();
}

function ClearLine()
{
	
document.getElementById("LineTitle").value="";
}

  function CheckForm(){
   var User=document.getElementById("UserName").value;
	if(User==""){
	alert("您的姓名不能为空！");
	return false;
	}
	var title=document.getElementById("Title").value;
	if(title==""){
	alert("留言标题不能为空！");
	return false;
	}
	var CheckCode=document.getElementById("CheckCode").value;
	if(CheckCode==""){
	alert("验证码不能为空！");
	return false;
	}
	}

function line(id){
location.href="/yuding/line_yuding.asp?Id="+id;
}
function hotel(id,i){
location.href="/yuding/hotel_yuding.asp?Id="+id+"&RoomId="+i;
} 

 function jing(id){
location.href="/yuding/jing_yuding.asp?Id="+id;
} 

 function che(id){
location.href="/yuding/che_yuding.asp?Id="+id;
} 