var imageFiles_ge_23 = new Array();
imageFiles_ge_23['0'] = new Array ('_images/ge_Home.gif', '_images/ge_HomeMouseover.gif');
imageFiles_ge_23['1'] = new Array ('_images/ge_Local_Challenge.gif', '_images/ge_Local_ChallengeMouseover.gif');
imageFiles_ge_23['2'] = new Array ('_images/ge_Calendar.gif', '_images/ge_CalendarMouseover.gif');
imageFiles_ge_23['3'] = new Array ('_images/ge_Meeting_Locations.gif', '_images/ge_Meeting_LocationsMouseover.gif');
imageFiles_ge_23['4'] = new Array ('_images/ge_2012_Local_Events.gif', '_images/ge_2012_Local_EventsMouseover.gif');
imageFiles_ge_23['5'] = new Array ('_images/ge_Motives_Training.gif', '_images/ge_Motives_TrainingMouseover.gif');
imageFiles_ge_23['6'] = new Array ('_images/ge_Useful_Links.gif', '_images/ge_Useful_LinksMouseover.gif');
imageFiles_ge_23['7'] = new Array ('_images/ge_Recorded_Webinars.gif', '_images/ge_Recorded_WebinarsMouseover.gif');
imageFiles_ge_23['8'] = new Array ('_images/ge_Corporate_Events.gif', '_images/ge_Corporate_EventsMouseover.gif');
imageFiles_ge_23['9'] = new Array ('_images/ge_Contact_Us.gif', '_images/ge_Contact_UsMouseover.gif');

function image_on_ge_23 (position) {
   var doc = eval("document.imagege_23" + position);
   doc.src = imageFiles_ge_23[position][1];
}

function image_off_ge_23 (position) {
   var doc = eval("document.imagege_23" + position);
   doc.src = imageFiles_ge_23[position][0];
}

