function form_submit(form_id){
	var form = document.getElementById(form_id);
	form.submit();
}