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

function image_on_7l_23 (position) {
   var doc = eval("document.image7l_23" + position);
   doc.src = imageFiles_7l_23[position][1];
}

function image_off_7l_23 (position) {
   var doc = eval("document.image7l_23" + position);
   doc.src = imageFiles_7l_23[position][0];
}

