function SendResv()
{

var name = document.getElementById("TextBoxName");

document.form1.submit();

}