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

function image_on_ix_3 (position) {
   var doc = eval("document.imageix_3" + position);
   doc.src = imageFiles_ix_3[position][1];
}

function image_off_ix_3 (position) {
   var doc = eval("document.imageix_3" + position);
   doc.src = imageFiles_ix_3[position][0];
}
