function sendForm(f){
	//alert(f);
	var form=document.forms[f];
	form.send.value=1;
	form.submit();
}