function DoSubmit(form)
{
	elem = document.getElementById(form);
	elem.submit();
}
