/*	Tools for JA site */
function underConstruction() {
  alert("Under Construction");
}
function submitForm(frm) {
  alert("OOOO");
  document.submit();
}

