function submit_form(form_name, object_name){
	
	document.form[0].submit();
	
}