function redirect(form_id) {
	document.getElementById(form_id).submit();
}