﻿// TDL FUNCTIONS
function submitform(form)
{
  document.getElementById(form).submit();
}

