function writeEmail() {
    var emailAddress = 'rachel@' + 'rachelrockphotography.com';
    document.getElementById("email").innerHTML = '<area href="mailto:'+emailAddress+'" alt="click here to send an email inquiry" coords="199,1,438,17">';
    return false;
}

function loadcontentpanel(photo) {
    var contentpanel = document.getElementById("contentpanel");
    contentpanel.innerHTML = '<img src="images/weddings/'+photo+'" height="375" alt="" border="0" />';
}

function thumbOn(obj) {
    obj.style.border = "1px solid #FFFFFF";
}

function thumbOff(obj) {
    obj.style.border = "1px solid #242C34";
}
