function btnDsabl(btn,formName) {
	btn.disabled=true;
	document.getElementById(formName).submit();
}

