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/ChrisMartin_off.gif","profiles/ChrisMartin_over.gif","profiles/ChrisMartin_on.gif",0),
    new MenuImage("p_pc4","profiles/DeborahGreen_off.gif","profiles/DeborahGreen_over.gif","profiles/DeborahGreen_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/NormaZeringue_off.gif","profiles/NormaZeringue_over.gif","profiles/NormaZeringue_on.gif",0),       
    new MenuImage("p_rc3","profiles/DanKarnuta_off.gif","profiles/DanKarnuta_over.gif","profiles/DanKarnuta_on.gif",0),
    new MenuImage("p_rc4","profiles/JaniePatterson_off.gif","profiles/JaniePatterson_over.gif","profiles/JaniePatterson_on.gif",0),
    new MenuImage("p_rc5","profiles/MattMichaels_off.gif","profiles/MattMichaels_over.gif","profiles/MattMichaels_on.gif",0),    
    new MenuImage("p_rc7","profiles/ChrisTyler_off.gif","profiles/ChrisTyler_over.gif","profiles/ChrisTyler_on.gif",0),    
    new MenuImage("p_rc8","profiles/MikeThatcher_off.gif","profiles/MikeThatcher_over.gif","profiles/MikeThatcher_on.gif",0),    
    new MenuImage("p_rc9","profiles/RickSmith_off.gif","profiles/RickSmith_over.gif","profiles/RickSmith_on.gif",0),
    new MenuImage("p_rc10","profiles/LeaFourkiller_off.gif","profiles/LeaFourkiller_over.gif","profiles/LeaFourkiller_on.gif",0),
    new MenuImage("p_rc11","profiles/JoshGoldman_off.gif","profiles/JoshGoldman_over.gif","profiles/JoshGoldman_on.gif",0)

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


