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

function image_on_hh_11 (position) {
   var doc = eval("document.imagehh_11" + position);
   doc.src = imageFiles_hh_11[position][1];
}

function image_off_hh_11 (position) {
   var doc = eval("document.imagehh_11" + position);
   doc.src = imageFiles_hh_11[position][0];
}

