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

function image_on_hh_3 (position) {
   var doc = eval("document.imagehh_3" + position);
   doc.src = imageFiles_hh_3[position][1];
}

function image_off_hh_3 (position) {
   var doc = eval("document.imagehh_3" + position);
   doc.src = imageFiles_hh_3[position][0];
}
