var sendForm = function(form_id){
	if (form_id=='quick_add') {
		beforSend();
	}
	document.getElementById(form_id).submit();
}