function submitMyFrom(formName){
	document.getElementById(formName).submit();
}

