function send()
{
	document.form1.submit();
}
function send2()
{
	document.form2.submit();
}