var imageFiles_d2zh_28 = new Array();
imageFiles_d2zh_28['0'] = new Array ('_images/d2zh_Home.gif', '_images/d2zh_HomeMouseover.gif');
imageFiles_d2zh_28['1'] = new Array ('_images/d2zh_About_Us.gif', '_images/d2zh_About_UsMouseover.gif');
imageFiles_d2zh_28['2'] = new Array ('_images/d2zh_FAQ.gif', '_images/d2zh_FAQMouseover.gif');
imageFiles_d2zh_28['3'] = new Array ('_images/d2zh_Directions.gif', '_images/d2zh_DirectionsMouseover.gif');
imageFiles_d2zh_28['4'] = new Array ('_images/d2zh_Attractions.gif', '_images/d2zh_AttractionsMouseover.gif');

function image_on_d2zh_28 (position) {
   var doc = eval("document.imaged2zh_28" + position);
   doc.src = imageFiles_d2zh_28[position][1];
}

function image_off_d2zh_28 (position) {
   var doc = eval("document.imaged2zh_28" + position);
   doc.src = imageFiles_d2zh_28[position][0];
}
