//JavaScript code for MAACG.com
//Author: Dana Salvo (Thanks to Gail Arcadipane!)

//******************************************************************************
//* Name: sendEmail
//* Notes:  Sends e-mail to address provided.  No need to put address on the page anymore!
//******************************************************************************

function sendEmail() {
            window.location.href = "mailto:melanie@maacg.com";
}

//end sendEmail

//******************************************************************************
//* Name: sendEmailLori
//* Notes:  Sends e-mail to address provided.  No need to put address on the page anymore!
//******************************************************************************

function sendEmailLori() {
            window.location.href = "mailto:lori@maacg.com";
}

//end sendEmailLori


//******************************************************************************
//* Name: sendEmailMike
//* Notes:  Sends e-mail to address provided.  No need to put address on the page anymore!
//******************************************************************************

function sendEmailMike() {
            window.location.href = "mailto:mike@maacg.com";
}

//end sendEmailMike

//******************************************************************************
//* Name: sendEmailMA
//* Notes:  Sends e-mail to address provided.  No need to put address on the page anymore!
//******************************************************************************

function sendEmailMA() {
            window.location.href = "mailto:ma@maacg.com";
}

//end sendEmailMA

