var imageFiles_7g_16 = new Array();
imageFiles_7g_16['0'] = new Array ('_images/7g_Committees_Main.gif', '_images/7g_Committees_MainMouseover.gif');
imageFiles_7g_16['1'] = new Array ('_images/7g_Committee_Chairs.gif', '_images/7g_Committee_ChairsMouseover.gif');
imageFiles_7g_16['2'] = new Array ('_images/7g_Governmental_Affairs.gif', '_images/7g_Governmental_AffairsMouseover.gif');
imageFiles_7g_16['3'] = new Array ('_images/7g_Communication_Outreach.gif', '_images/7g_Communication_OutreachMouseover.gif');
imageFiles_7g_16['4'] = new Array ('_images/7g_Training_and_Education.gif', '_images/7g_Training_and_EducationMouseover.gif');
imageFiles_7g_16['5'] = new Array ('_images/7g_Get_Involved.gif', '_images/7g_Get_InvolvedMouseover.gif');

function image_on_7g_16 (position) {
   var doc = eval("document.image7g_16" + position);
   doc.src = imageFiles_7g_16[position][1];
}

function image_off_7g_16 (position) {
   var doc = eval("document.image7g_16" + position);
   doc.src = imageFiles_7g_16[position][0];
}
