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

function image_on_hx_1 (position) {
   var doc = eval("document.imagehx_1" + position);
   doc.src = imageFiles_hx_1[position][1];
}

function image_off_hx_1 (position) {
   var doc = eval("document.imagehx_1" + position);
   doc.src = imageFiles_hx_1[position][0];
}
