function sendform()
{
	document.getElementById("form1").submit();
}
