// JavaScript Document
function modul_login_submit() {
	var target = document.getElementById('modul_login_form');
	target.submit();
}
