var imageFiles_lh_1 = new Array();
imageFiles_lh_1['0'] = new Array ('_images/lh_SERVICE.gif', '_images/lh_SERVICEMouseover.gif');

function image_on_lh_1 (position) {
   var doc = eval("document.imagelh_1" + position);
   doc.src = imageFiles_lh_1[position][1];
}

function image_off_lh_1 (position) {
   var doc = eval("document.imagelh_1" + position);
   doc.src = imageFiles_lh_1[position][0];
}
