var imageFiles_t8_1 = new Array();
imageFiles_t8_1['0'] = new Array ('_images/t8_CALDWELL_STORE.gif', '_images/t8_CALDWELL_STOREMouseover.gif');

function image_on_t8_1 (position) {
   var doc = eval("document.imaget8_1" + position);
   doc.src = imageFiles_t8_1[position][1];
}

function image_off_t8_1 (position) {
   var doc = eval("document.imaget8_1" + position);
   doc.src = imageFiles_t8_1[position][0];
}

