var imageFiles_ix_85 = new Array();
imageFiles_ix_85['0'] = new Array ('_images/ix_HOME.gif', '_images/ix_HOMEMouseover.gif');
imageFiles_ix_85['1'] = new Array ('_images/ix_ABOUT_H_G_BROWN.gif', '_images/ix_ABOUT_H_G_BROWNMouseover.gif');
imageFiles_ix_85['2'] = new Array ('_images/ix_TESTIMONIALS.gif', '_images/ix_TESTIMONIALSMouseover.gif');
imageFiles_ix_85['3'] = new Array ('_images/ix_CASE_STUDIES.gif', '_images/ix_CASE_STUDIESMouseover.gif');
imageFiles_ix_85['4'] = new Array ('_images/ix_EVENTS___SEMINARS.gif', '_images/ix_EVENTS___SEMINARSMouseover.gif');
imageFiles_ix_85['5'] = new Array ('_images/ix_FAQ.gif', '_images/ix_FAQMouseover.gif');
imageFiles_ix_85['6'] = new Array ('_images/ix_SITE_MAP.gif', '_images/ix_SITE_MAPMouseover.gif');

function image_on_ix_85 (position) {
   var doc = eval("document.imageix_85" + position);
   doc.src = imageFiles_ix_85[position][1];
}

function image_off_ix_85 (position) {
   var doc = eval("document.imageix_85" + position);
   doc.src = imageFiles_ix_85[position][0];
}
