var imageFiles_7h_3 = new Array();
imageFiles_7h_3['0'] = new Array ('_images/7h_Store_Location.gif', '_images/7h_Store_LocationMouseover.gif');

function image_on_7h_3 (position) {
   var doc = eval("document.image7h_3" + position);
   doc.src = imageFiles_7h_3[position][1];
}

function image_off_7h_3 (position) {
   var doc = eval("document.image7h_3" + position);
   doc.src = imageFiles_7h_3[position][0];
}
