var imageFiles_hk_7 = new Array();
imageFiles_hk_7['0'] = new Array ('_images/hk_Chapter_7.gif', '_images/hk_Chapter_7Mouseover.gif');
imageFiles_hk_7['1'] = new Array ('_images/hk_Chapter_11.gif', '_images/hk_Chapter_11Mouseover.gif');

function image_on_hk_7 (position) {
   var doc = eval("document.imagehk_7" + position);
   doc.src = imageFiles_hk_7[position][1];
}

function image_off_hk_7 (position) {
   var doc = eval("document.imagehk_7" + position);
   doc.src = imageFiles_hk_7[position][0];
}

