var imageFiles_16hra_4 = new Array();
imageFiles_16hra_4['0'] = new Array ('_images/16hra_Home.gif', '_images/16hra_HomeMouseover.gif');
imageFiles_16hra_4['1'] = new Array ('_images/16hra_About_Us.gif', '_images/16hra_About_UsMouseover.gif');
imageFiles_16hra_4['2'] = new Array ('_images/16hra_Contact_Us.gif', '_images/16hra_Contact_UsMouseover.gif');
imageFiles_16hra_4['3'] = new Array ('_images/16hra_Feedback.gif', '_images/16hra_FeedbackMouseover.gif');
imageFiles_16hra_4['4'] = new Array ('_images/16hra_FAQ.gif', '_images/16hra_FAQMouseover.gif');
imageFiles_16hra_4['5'] = new Array ('_images/16hra_Services.gif', '_images/16hra_ServicesMouseover.gif');

function image_on_16hra_4 (position) {
   var doc = eval("document.image16hra_4" + position);
   doc.src = imageFiles_16hra_4[position][1];
}

function image_off_16hra_4 (position) {
   var doc = eval("document.image16hra_4" + position);
   doc.src = imageFiles_16hra_4[position][0];
}

