var imageFiles_hx_5 = new Array();
imageFiles_hx_5['0'] = new Array ('_images/hx_Home___School.gif', '_images/hx_Home___SchoolMouseover.gif');

function image_on_hx_5 (position) {
   var doc = eval("document.imagehx_5" + position);
   doc.src = imageFiles_hx_5[position][1];
}

function image_off_hx_5 (position) {
   var doc = eval("document.imagehx_5" + position);
   doc.src = imageFiles_hx_5[position][0];
}
