var imageFiles_3gm_1 = new Array();
imageFiles_3gm_1['0'] = new Array ('_images/3gm_Custom_Saddles.gif', '_images/3gm_Custom_SaddlesMouseover.gif');
imageFiles_3gm_1['1'] = new Array ('_images/3gm_Leather_Goods.gif', '_images/3gm_Leather_GoodsMouseover.gif');
imageFiles_3gm_1['2'] = new Array ('_images/3gm_Contact_Us.gif', '_images/3gm_Contact_UsMouseover.gif');
imageFiles_3gm_1['3'] = new Array ('_images/3gm_The_Shop.gif', '_images/3gm_The_ShopMouseover.gif');

function image_on_3gm_1 (position) {
   var doc = eval("document.image3gm_1" + position);
   doc.src = imageFiles_3gm_1[position][1];
}

function image_off_3gm_1 (position) {
   var doc = eval("document.image3gm_1" + position);
   doc.src = imageFiles_3gm_1[position][0];
}
