var imageFiles_7l_5 = new Array();
imageFiles_7l_5['0'] = new Array ('_images/7l_Home.gif', '_images/7l_HomeMouseover.gif');
imageFiles_7l_5['1'] = new Array ('_images/7l_About_Us.gif', '_images/7l_About_UsMouseover.gif');
imageFiles_7l_5['2'] = new Array ('_images/7l_Join_Us.gif', '_images/7l_Join_UsMouseover.gif');
imageFiles_7l_5['3'] = new Array ('_images/7l_Concerts.gif', '_images/7l_ConcertsMouseover.gif');
imageFiles_7l_5['4'] = new Array ('_images/7l_Make_a_Gift.gif', '_images/7l_Make_a_GiftMouseover.gif');
imageFiles_7l_5['5'] = new Array ('_images/7l_Contact_Us.gif', '_images/7l_Contact_UsMouseover.gif');
imageFiles_7l_5['6'] = new Array ('_images/7l_Resources.gif', '_images/7l_ResourcesMouseover.gif');

function image_on_7l_5 (position) {
   var doc = eval("document.image7l_5" + position);
   doc.src = imageFiles_7l_5[position][1];
}

function image_off_7l_5 (position) {
   var doc = eval("document.image7l_5" + position);
   doc.src = imageFiles_7l_5[position][0];
}
