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

function image_on_x9_21 (position) {
   var doc = eval("document.imagex9_21" + position);
   doc.src = imageFiles_x9_21[position][1];
}

function image_off_x9_21 (position) {
   var doc = eval("document.imagex9_21" + position);
   doc.src = imageFiles_x9_21[position][0];
}
