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

function image_on_7l_21 (position) {
   var doc = eval("document.image7l_21" + position);
   doc.src = imageFiles_7l_21[position][1];
}

function image_off_7l_21 (position) {
   var doc = eval("document.image7l_21" + position);
   doc.src = imageFiles_7l_21[position][0];
}

