// Submit Form
function FormSubmit(objName)
{
	objName.submit();
}
