var imageFiles_1lo_45 = new Array();
imageFiles_1lo_45['0'] = new Array ('_images/1lo_REGIONAL_OFFICERS_l_.gif', '_images/1lo_REGIONAL_OFFICERS_l_Mouseover.gif');
imageFiles_1lo_45['1'] = new Array ('_images/1lo_NATIONAL_WEBSITE.gif', '_images/1lo_NATIONAL_WEBSITEMouseover.gif');
imageFiles_1lo_45['2'] = new Array ('_images/1lo_YOUNG_ADULT_l.gif', '_images/1lo_YOUNG_ADULT_lMouseover.gif');
imageFiles_1lo_45['3'] = new Array ('_images/1lo_JUNIORS___YOUNG_PEOPLE.gif', '_images/1lo_JUNIORS___YOUNG_PEOPLEMouseover.gif');

function image_on_1lo_45 (position) {
   var doc = eval("document.image1lo_45" + position);
   doc.src = imageFiles_1lo_45[position][1];
}

function image_off_1lo_45 (position) {
   var doc = eval("document.image1lo_45" + position);
   doc.src = imageFiles_1lo_45[position][0];
}
