var imageFiles_d2zh_10 = new Array();
imageFiles_d2zh_10['0'] = new Array ('_images/d2zh_Home.gif', '_images/d2zh_HomeMouseover.gif');
imageFiles_d2zh_10['1'] = new Array ('_images/d2zh_Catalog.gif', '_images/d2zh_CatalogMouseover.gif');

function image_on_d2zh_10 (position) {
   var doc = eval("document.imaged2zh_10" + position);
   doc.src = imageFiles_d2zh_10[position][1];
}

function image_off_d2zh_10 (position) {
   var doc = eval("document.imaged2zh_10" + position);
   doc.src = imageFiles_d2zh_10[position][0];
}
