<!-- hide this script from non-javascript-enabled browsers

if (document.images) {
l_history = new Image(); l_history.src = "/img/l_history.gif";
lo_history = new Image(); lo_history.src = "/img/lo_history.gif";
l_clientlist = new Image(); l_clientlist.src = "/img/l_clientlist.gif";
lo_clientlist = new Image(); lo_clientlist.src = "/img/lo_clientlist.gif";
l_email = new Image(); l_email.src = "/img/l_email.gif";
lo_email = new Image(); lo_email.src = "/img/lo_email.gif";
l_executives = new Image(); l_executives.src = "/img/l_executives.gif";
lo_executives = new Image(); lo_executives.src = "/img/lo_executives.gif";
l_highlights = new Image(); l_highlights.src = "/img/l_highlights.gif";
lo_highlights = new Image(); lo_highlights.src = "/img/lo_highlights.gif";
l_portfolio = new Image(); l_portfolio.src = "/img/l_portfolio.gif";
lo_portfolio = new Image(); lo_portfolio.src = "/img/lo_portfolio.gif";
l_services = new Image(); l_services.src = "/img/l_services.gif";
lo_services = new Image(); lo_services.src = "/img/lo_services.gif";
l_about = new Image(); l_about.src = "/img/l_about.gif";
lo_about = new Image(); lo_about.src = "/img/lo_about.gif";
l_ourwork = new Image(); l_ourwork.src = "/img/l_ourwork.gif";
lo_ourwork = new Image(); lo_ourwork.src = "/img/lo_ourwork.gif";
l_contact = new Image(); l_contact.src = "/img/l_contact.gif";
lo_contact = new Image(); lo_contact.src = "/img/lo_contact.gif";
}

/* Function that swaps images. */

function change(id, newSrc) {
    var theImage = FWFindImage(document, id, 0);
    if (theImage) {
        theImage.src = newSrc;
    }
}

/* Functions that track and set toggle group button states. */

function FWFindImage(doc, name, j) {
    var theImage = false;
    if (doc.images) {
        theImage = doc.images[name];
    }
    if (theImage) {
        return theImage;
    }
    if (doc.layers) {
        for (j = 0; j < doc.layers.length; j++) {
            theImage = FWFindImage(doc.layers[j].document, name, 0);
            if (theImage) {
                return (theImage);
            }
        }
    }
    return (false);
}

// stop hiding -->

function email(strEmailURL,strCaseID, strEmailID)
{

window.open('/email.asp?emailurl=' + strEmailURL + "&id=" + strCaseID + "&email=" + strEmailID ,'link','width=451,height=450,scrollbars');
}

function casestudy(strStudyID)
{
window.open("/ourwork/casestudy_print.asp?id=" + strStudyID + "","link","width=600,height=400,scrollbars,menubar");
}
