var imageFiles_9g_9 = new Array();
imageFiles_9g_9['0'] = new Array ('_images/9g_Home.gif', '_images/9g_HomeMouseover.gif');
imageFiles_9g_9['1'] = new Array ('_images/9g_Core_Services.gif', '_images/9g_Core_ServicesMouseover.gif');
imageFiles_9g_9['2'] = new Array ('_images/9g_Agility_Team.gif', '_images/9g_Agility_TeamMouseover.gif');
imageFiles_9g_9['3'] = new Array ('_images/9g_Client_Testimonials.gif', '_images/9g_Client_TestimonialsMouseover.gif');
imageFiles_9g_9['4'] = new Array ('_images/9g_Contact_Us.gif', '_images/9g_Contact_UsMouseover.gif');

function image_on_9g_9 (position) {
   var doc = eval("document.image9g_9" + position);
   doc.src = imageFiles_9g_9[position][1];
}

function image_off_9g_9 (position) {
   var doc = eval("document.image9g_9" + position);
   doc.src = imageFiles_9g_9[position][0];
}

