// JavaScript Document

function submitForm(formname) {
	//alert("here");
	document.getElementById(formname).submit();
}
