var imageFiles_h_34 = new Array();
imageFiles_h_34['0'] = new Array ('_images/h_Home.gif', '_images/h_HomeMouseover.gif');
imageFiles_h_34['1'] = new Array ('_images/h_Menu.gif', '_images/h_MenuMouseover.gif');
imageFiles_h_34['2'] = new Array ('_images/h_Entertainment.gif', '_images/h_EntertainmentMouseover.gif');
imageFiles_h_34['3'] = new Array ('_images/h_About_Us.gif', '_images/h_About_UsMouseover.gif');
imageFiles_h_34['4'] = new Array ('_images/h_Contact_Us.gif', '_images/h_Contact_UsMouseover.gif');
imageFiles_h_34['5'] = new Array ('_images/h_Feedback.gif', '_images/h_FeedbackMouseover.gif');

function image_on_h_34 (position) {
   var doc = eval("document.imageh_34" + position);
   doc.src = imageFiles_h_34[position][1];
}

function image_off_h_34 (position) {
   var doc = eval("document.imageh_34" + position);
   doc.src = imageFiles_h_34[position][0];
}

