// JavaScript Document
function submitForm(formID)
{
	document.getElementById(formID).submit();
}
