var imageFiles_d_19 = new Array();
imageFiles_d_19['0'] = new Array ('_images/d_Home.gif', '_images/d_HomeMouseover.gif');
imageFiles_d_19['1'] = new Array ('_images/d_About_Us.gif', '_images/d_About_UsMouseover.gif');
imageFiles_d_19['2'] = new Array ('_images/d_Testimonials.gif', '_images/d_TestimonialsMouseover.gif');
imageFiles_d_19['3'] = new Array ('_images/d_Contact_Us.gif', '_images/d_Contact_UsMouseover.gif');
imageFiles_d_19['4'] = new Array ('_images/d_Services.gif', '_images/d_ServicesMouseover.gif');
imageFiles_d_19['5'] = new Array ('_images/d_Recycling_Information.gif', '_images/d_Recycling_InformationMouseover.gif');

function image_on_d_19 (position) {
   var doc = eval("document.imaged_19" + position);
   doc.src = imageFiles_d_19[position][1];
}

function image_off_d_19 (position) {
   var doc = eval("document.imaged_19" + position);
   doc.src = imageFiles_d_19[position][0];
}

