﻿var defaultCaption = "Welcome to StephenDenton.com, the web development portofolio of Stephen Denton. All sites were developed for the most part by Stephen while under contract or employed by their respective owners.  No sites were \"designed\" by Stephen, because he can't draw to save his life.  But he works along side several talented designers, whose work is represented in this portfolio.";

function disclaimerRestore() {
    d.getElementById("disclaimer").innerHTML = defaultCaption;
}

function swapCaption(_caption) {
    d.getElementById("disclaimer").innerHTML = _caption;
}

function sendEmail() { // limits spam
    window.location = "mailt" + "o:steph" + "en@stephend" + "enton.com";
}