var imageFiles_hh_5 = new Array();
imageFiles_hh_5['0'] = new Array ('_images/hh_Home.gif', '_images/hh_HomeMouseover.gif');
imageFiles_hh_5['1'] = new Array ('_images/hh_Ministries.gif', '_images/hh_MinistriesMouseover.gif');
imageFiles_hh_5['2'] = new Array ('_images/hh_News.gif', '_images/hh_NewsMouseover.gif');
imageFiles_hh_5['3'] = new Array ('_images/hh_Contact_Us.gif', '_images/hh_Contact_UsMouseover.gif');

function image_on_hh_5 (position) {
   var doc = eval("document.imagehh_5" + position);
   doc.src = imageFiles_hh_5[position][1];
}

function image_off_hh_5 (position) {
   var doc = eval("document.imagehh_5" + position);
   doc.src = imageFiles_hh_5[position][0];
}
