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

function image_on_ix_13 (position) {
   var doc = eval("document.imageix_13" + position);
   doc.src = imageFiles_ix_13[position][1];
}

function image_off_ix_13 (position) {
   var doc = eval("document.imageix_13" + position);
   doc.src = imageFiles_ix_13[position][0];
}
