var imageFiles_g_21 = new Array();
imageFiles_g_21['0'] = new Array ('_images/g_Home.gif', '_images/g_HomeMouseover.gif');
imageFiles_g_21['1'] = new Array ('_images/g_History_and_Mission.gif', '_images/g_History_and_MissionMouseover.gif');
imageFiles_g_21['2'] = new Array ('_images/g_Founder_Lenny_Peters.gif', '_images/g_Founder_Lenny_PetersMouseover.gif');
imageFiles_g_21['3'] = new Array ('_images/g_Articles_About_Founder.gif', '_images/g_Articles_About_FounderMouseover.gif');
imageFiles_g_21['4'] = new Array ('_images/g_Who_We_Help.gif', '_images/g_Who_We_HelpMouseover.gif');
imageFiles_g_21['5'] = new Array ('_images/g_The_Jayamatha_Orphanage.gif', '_images/g_The_Jayamatha_OrphanageMouseover.gif');
imageFiles_g_21['6'] = new Array ('_images/g_Making_Donations.gif', '_images/g_Making_DonationsMouseover.gif');
imageFiles_g_21['7'] = new Array ('_images/g_Board_of_Directors.gif', '_images/g_Board_of_DirectorsMouseover.gif');
imageFiles_g_21['8'] = new Array ('_images/g_Other_LP_Ventures.gif', '_images/g_Other_LP_VenturesMouseover.gif');
imageFiles_g_21['9'] = new Array ('_images/g_Donate_Now.gif', '_images/g_Donate_NowMouseover.gif');
imageFiles_g_21['10'] = new Array ('_images/g_Application_For_Assistance.gif', '_images/g_Application_For_AssistanceMouseover.gif');
imageFiles_g_21['11'] = new Array ('_images/g_Contact_Us.gif', '_images/g_Contact_UsMouseover.gif');
imageFiles_g_21['12'] = new Array ('_images/g_Our_Brochure.gif', '_images/g_Our_BrochureMouseover.gif');

function image_on_g_21 (position) {
   var doc = eval("document.imageg_21" + position);
   doc.src = imageFiles_g_21[position][1];
}

function image_off_g_21 (position) {
   var doc = eval("document.imageg_21" + position);
   doc.src = imageFiles_g_21[position][0];
}
