var imageFiles_ek_1 = new Array();
imageFiles_ek_1['0'] = new Array ('_images/ek_CENTRAL_OREGON.gif', '_images/ek_CENTRAL_OREGONMouseover.gif');
imageFiles_ek_1['1'] = new Array ('_images/ek_NW_TEAMROPER.gif', '_images/ek_NW_TEAMROPERMouseover.gif');

function image_on_ek_1 (position) {
   var doc = eval("document.imageek_1" + position);
   doc.src = imageFiles_ek_1[position][1];
}

function image_off_ek_1 (position) {
   var doc = eval("document.imageek_1" + position);
   doc.src = imageFiles_ek_1[position][0];
}
