var imageFiles_al_1 = new Array();
imageFiles_al_1['0'] = new Array ('_images/al_Diabetes_Control.gif', '_images/al_Diabetes_ControlMouseover.gif');
imageFiles_al_1['1'] = new Array ('_images/al_IRS_Deductions.gif', '_images/al_IRS_DeductionsMouseover.gif');
imageFiles_al_1['2'] = new Array ('_images/al_Testimonials.gif', '_images/al_TestimonialsMouseover.gif');
imageFiles_al_1['3'] = new Array ('_images/al_FAQ___Answers.gif', '_images/al_FAQ___AnswersMouseover.gif');
imageFiles_al_1['4'] = new Array ('_images/al_Monthly_Special.gif', '_images/al_Monthly_SpecialMouseover.gif');
imageFiles_al_1['5'] = new Array ('_images/al_Online_Catalog.gif', '_images/al_Online_CatalogMouseover.gif');

function image_on_al_1 (position) {
   var doc = eval("document.imageal_1" + position);
   doc.src = imageFiles_al_1[position][1];
}

function image_off_al_1 (position) {
   var doc = eval("document.imageal_1" + position);
   doc.src = imageFiles_al_1[position][0];
}
