var imageFiles_h_19 = new Array();
imageFiles_h_19['0'] = new Array ('_images/h_About_Us.gif', '_images/h_About_UsMouseover.gif');

function image_on_h_19 (position) {
   var doc = eval("document.imageh_19" + position);
   doc.src = imageFiles_h_19[position][1];
}

function image_off_h_19 (position) {
   var doc = eval("document.imageh_19" + position);
   doc.src = imageFiles_h_19[position][0];
}
