var imageFiles_el_9 = new Array();
imageFiles_el_9['0'] = new Array ('_images/el_HOME.gif', '_images/el_HOMEMouseover.gif');

function image_on_el_9 (position) {
   var doc = eval("document.imageel_9" + position);
   doc.src = imageFiles_el_9[position][1];
}

function image_off_el_9 (position) {
   var doc = eval("document.imageel_9" + position);
   doc.src = imageFiles_el_9[position][0];
}
