var imageFiles_t9_1 = new Array();
imageFiles_t9_1['0'] = new Array ('_images/t9_HERMISTON_STORE.gif', '_images/t9_HERMISTON_STOREMouseover.gif');

function image_on_t9_1 (position) {
   var doc = eval("document.imaget9_1" + position);
   doc.src = imageFiles_t9_1[position][1];
}

function image_off_t9_1 (position) {
   var doc = eval("document.imaget9_1" + position);
   doc.src = imageFiles_t9_1[position][0];
}

