var imageFiles_bg_1 = new Array();
imageFiles_bg_1['0'] = new Array ('_images/bg_Hermiston__OR__Store.gif', '_images/bg_Hermiston__OR__StoreMouseover.gif');

function image_on_bg_1 (position) {
   var doc = eval("document.imagebg_1" + position);
   doc.src = imageFiles_bg_1[position][1];
}

function image_off_bg_1 (position) {
   var doc = eval("document.imagebg_1" + position);
   doc.src = imageFiles_bg_1[position][0];
}

