var imageFiles_36gth_1 = new Array();
imageFiles_36gth_1['0'] = new Array ('_images/36gth_Home.gif', '_images/36gth_HomeMouseover.gif');
imageFiles_36gth_1['1'] = new Array ('_images/36gth_Sell_Items.gif', '_images/36gth_Sell_ItemsMouseover.gif');
imageFiles_36gth_1['2'] = new Array ('_images/36gth_New_Items.gif', '_images/36gth_New_ItemsMouseover.gif');
imageFiles_36gth_1['3'] = new Array ('_images/36gth_Specials.gif', '_images/36gth_SpecialsMouseover.gif');
imageFiles_36gth_1['4'] = new Array ('_images/36gth_Locations.gif', '_images/36gth_LocationsMouseover.gif');
imageFiles_36gth_1['5'] = new Array ('_images/36gth_Contact_Us.gif', '_images/36gth_Contact_UsMouseover.gif');

function image_on_36gth_1 (position) {
   var doc = eval("document.image36gth_1" + position);
   doc.src = imageFiles_36gth_1[position][1];
}

function image_off_36gth_1 (position) {
   var doc = eval("document.image36gth_1" + position);
   doc.src = imageFiles_36gth_1[position][0];
}

