var imageFiles_ho4w_1 = new Array();
imageFiles_ho4w_1['0'] = new Array ('_images/ho4w_Home.gif', '_images/ho4w_HomeMouseover.gif');
imageFiles_ho4w_1['1'] = new Array ('_images/ho4w_About_Us.gif', '_images/ho4w_About_UsMouseover.gif');
imageFiles_ho4w_1['2'] = new Array ('_images/ho4w_Contact_Us.gif', '_images/ho4w_Contact_UsMouseover.gif');
imageFiles_ho4w_1['3'] = new Array ('_images/ho4w_Appointment.gif', '_images/ho4w_AppointmentMouseover.gif');
imageFiles_ho4w_1['4'] = new Array ('_images/ho4w_Gallery.gif', '_images/ho4w_GalleryMouseover.gif');

function image_on_ho4w_1 (position) {
   var doc = eval("document.imageho4w_1" + position);
   doc.src = imageFiles_ho4w_1[position][1];
}

function image_off_ho4w_1 (position) {
   var doc = eval("document.imageho4w_1" + position);
   doc.src = imageFiles_ho4w_1[position][0];
}
