var imageFiles_2h_23 = new Array();
imageFiles_2h_23['0'] = new Array ('_images/2h_HOME.gif', '_images/2h_HOMEMouseover.gif');

function image_on_2h_23 (position) {
   var doc = eval("document.image2h_23" + position);
   doc.src = imageFiles_2h_23[position][1];
}

function image_off_2h_23 (position) {
   var doc = eval("document.image2h_23" + position);
   doc.src = imageFiles_2h_23[position][0];
}
