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

function image_on_ix_57 (position) {
   var doc = eval("document.imageix_57" + position);
   doc.src = imageFiles_ix_57[position][1];
}

function image_off_ix_57 (position) {
   var doc = eval("document.imageix_57" + position);
   doc.src = imageFiles_ix_57[position][0];
}
