var imageFiles_x9_11 = new Array();
imageFiles_x9_11['0'] = new Array ('_images/x9_SERVICES.gif', '_images/x9_SERVICESMouseover.gif');
imageFiles_x9_11['1'] = new Array ('_images/x9_PRODUCTS_WE_CARRY.gif', '_images/x9_PRODUCTS_WE_CARRYMouseover.gif');
imageFiles_x9_11['2'] = new Array ('_images/x9_HOOD_RELEASE.gif', '_images/x9_HOOD_RELEASEMouseover.gif');
imageFiles_x9_11['3'] = new Array ('_images/x9_MAZDASPEED_FMIC_KIT.gif', '_images/x9_MAZDASPEED_FMIC_KITMouseover.gif');
imageFiles_x9_11['4'] = new Array ('_images/x9_CUSTOMER_CARS.gif', '_images/x9_CUSTOMER_CARSMouseover.gif');
imageFiles_x9_11['5'] = new Array ('_images/x9_VIDEOS.gif', '_images/x9_VIDEOSMouseover.gif');
imageFiles_x9_11['6'] = new Array ('_images/x9_FEATURED_ARTICLES.gif', '_images/x9_FEATURED_ARTICLESMouseover.gif');
imageFiles_x9_11['7'] = new Array ('_images/x9_VISIT_US_ON_MYSPACE.gif', '_images/x9_VISIT_US_ON_MYSPACEMouseover.gif');

function image_on_x9_11 (position) {
   var doc = eval("document.imagex9_11" + position);
   doc.src = imageFiles_x9_11[position][1];
}

function image_off_x9_11 (position) {
   var doc = eval("document.imagex9_11" + position);
   doc.src = imageFiles_x9_11[position][0];
}
