﻿function obMail(recip, dmn, ext, sbjct) {
    window.location.href = "mailto:" + recip + "@" + dmn + "." + ext + "?Subject=" + sbjct;
}
