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

function image_on_hh_7 (position) {
   var doc = eval("document.imagehh_7" + position);
   doc.src = imageFiles_hh_7[position][1];
}

function image_off_hh_7 (position) {
   var doc = eval("document.imagehh_7" + position);
   doc.src = imageFiles_hh_7[position][0];
}

