﻿//
function SubmitCoord(obj) {
    //alert(document.getElementById("TypeForm").value);
    if ($('#formCoord').validate().form()) {
        document.getElementById("formCoord").submit();
        obj.style.display = "none";
    }
}
