function Submit(frm) {
	if(!frm) return;
	var div=document.getElementById("Wait");
	if(!div) return;
	div.style.display="";
	frm.submit();
}
