var imageFiles_l_37 = new Array();
imageFiles_l_37['0'] = new Array ('_images/l_Photos_2009.gif', '_images/l_Photos_2009Mouseover.gif');
imageFiles_l_37['1'] = new Array ('_images/l_Upcoming_Events.gif', '_images/l_Upcoming_EventsMouseover.gif');
imageFiles_l_37['2'] = new Array ('_images/l_Related_Articles.gif', '_images/l_Related_ArticlesMouseover.gif');
imageFiles_l_37['3'] = new Array ('_images/l_Photos__07__08.gif', '_images/l_Photos__07__08Mouseover.gif');
imageFiles_l_37['4'] = new Array ('_images/l_Donate.gif', '_images/l_DonateMouseover.gif');

function image_on_l_37 (position) {
   var doc = eval("document.imagel_37" + position);
   doc.src = imageFiles_l_37[position][1];
}

function image_off_l_37 (position) {
   var doc = eval("document.imagel_37" + position);
   doc.src = imageFiles_l_37[position][0];
}
