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

function image_on_16hra_13 (position) {
   var doc = eval("document.image16hra_13" + position);
   doc.src = imageFiles_16hra_13[position][1];
}

function image_off_16hra_13 (position) {
   var doc = eval("document.image16hra_13" + position);
   doc.src = imageFiles_16hra_13[position][0];
}

