﻿// JScript File
function setEmail(recip, dispText) {
    var hostname1 = "schiffarchitecturaldetail"; 
    var hostname2 = "com"; 
    var linktext = recip + "@" + hostname1 + "." + hostname2; 
    document.write("<a href='" + "mail" + "to:" + linktext + "' title='Send Mail'>" + dispText + "</a>") 
}

function setEmailT(recip, dispText) {
    var hostname1 = "schiffarchitecturaldetail"; 
    var hostname2 = "com"; 
    var linktext = recip + "@" + hostname1 + "." + hostname2; 
    document.write("<a class='textual' href='" + "mail" + "to:" + linktext + "' title='Send Mail'>" + dispText + "</a>") 
}