function manage_form(){
	obj_f = document.form1;
	obj_f.submit()
}
