<!--- Hide from tired old browsers
if (document.images)
{
        topon = new Image;
        topon.src ="http://www.bankerscompliancegroup.com/buttons/TopOn.gif";
        topoff = new Image;
        topoff.src ="http://www.bankerscompliancegroup.com/buttons/TopOff.gif";

        buta1on = new Image;
        buta1on.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOn.gif";
        buta1off = new Image;
        buta1off.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOff.gif";

        butb1on = new Image;
        butb1on.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOn.gif";
        butb1off = new Image;
        butb1off.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOff.gif";

        butc1on = new Image;
        butc1on.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOn.gif";
        butc1off = new Image;
        butc1off.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOff.gif";

        butd1on = new Image;
        butd1on.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOn.gif";
        butd1off = new Image;
        butd1off.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOff.gif";

        bute1on = new Image;
        bute1on.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOn.gif";
        bute1off = new Image;
        bute1off.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOff.gif";

        butz1on = new Image;
        butz1on.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOn.gif";
        butz1off = new Image;
        butz1off.src ="http://www.bankerscompliancegroup.com/buttons/DownloadOff.gif";
}

function img_act(imgName)
{
    if (document.images)
    {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
    }
}

function img_inact(imgName)
{
    if (document.images)
    {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
    }
}

function message (text)    
{
    if (document.images)
    {
        window.status = text;
    }
}

// End hiding --->
