var imageDir = 'images/';

// Image Swap definitions
// MenuImage(image_id, normal_image, mouseover_image, active_image, image_swapped)
var MImages = new Array(
    new MenuImage("b_clientLogin","btnClient_off.gif","btnClient_on.gif","btnClient_on.gif",0),
    new MenuImage("b_empLogin","btnEmployee_off.gif","btnEmployee_on.gif","btnEmployee_on.gif",0),
    new MenuImage("b_email","btnEmail_off.gif","btnEmail_on.gif","btnEmail_on.gif",0),

    new MenuImage("p_pc1","profiles/DorothyRubio_off.gif","profiles/DorothyRubio_over.gif","profiles/DorothyRubio_on.gif",0),
    new MenuImage("p_pc2","profiles/AnnHunter_off.gif","profiles/AnnHunter_over.gif","profiles/AnnHunter_on.gif",0),
    new MenuImage("p_pc3","profiles/DeborahGreen_off.gif","profiles/DeborahGreen_over.gif","profiles/DeborahGreen_on.gif",0),
    new MenuImage("p_pc4","profiles/PeterSwanton_off.gif","profiles/PeterSwanton_over.gif","profiles/PeterSwanton_on.gif",0),
    new MenuImage("p_pc5","profiles/VikiSmith_off.gif","profiles/VikiSmith_over.gif","profiles/VikiSmith_on.gif",0),

    new MenuImage("p_rc1","profiles/SteveMooney_off.gif","profiles/SteveMooney_over.gif","profiles/SteveMooney_on.gif",0),
    new MenuImage("p_rc2","profiles/JaniePatterson_off.gif","profiles/JaniePatterson_over.gif","profiles/JaniePatterson_on.gif",0),
    new MenuImage("p_rc3","profiles/Jeff_off.gif","profiles/Jeff_over.gif","profiles/Jeff_on.gif",0),
    new MenuImage("p_rc4","profiles/JohnFrenzel_off.gif","profiles/JohnFrenzel_over.gif","profiles/JohnFrenzel_on.gif",0),
    new MenuImage("p_rc5","profiles/MikeThatcher_off.gif","profiles/MikeThatcher_over.gif","profiles/MikeThatcher_on.gif",0),
    new MenuImage("p_rc6","profiles/MattMichaels_off.gif","profiles/MattMichaels_over.gif","profiles/MattMichaels_on.gif",0),
    new MenuImage("p_rc7","profiles/NormaZeringue_off.gif","profiles/NormaZeringue_over.gif","profiles/NormaZeringue_on.gif",0)

    //new MenuImage("","_off.gif","_over.gif","_on.gif",0)
);

