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

function image_on_hx_7 (position) {
   var doc = eval("document.imagehx_7" + position);
   doc.src = imageFiles_hx_7[position][1];
}

function image_off_hx_7 (position) {
   var doc = eval("document.imagehx_7" + position);
   doc.src = imageFiles_hx_7[position][0];
}
