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

function image_on_g_29 (position) {
   var doc = eval("document.imageg_29" + position);
   doc.src = imageFiles_g_29[position][1];
}

function image_off_g_29 (position) {
   var doc = eval("document.imageg_29" + position);
   doc.src = imageFiles_g_29[position][0];
}

