function log_script(act,com,back){
		document.form.log_action_code.value = act;
		document.form.log_comment.value = com;
		document.form.log_back_page.value = back;
		document.form.submit();
}
