var imageFiles_5t_9 = new Array();
imageFiles_5t_9['0'] = new Array ('_images/5t_DEMO___.gif', '_images/5t_DEMO___Mouseover.gif');
imageFiles_5t_9['1'] = new Array ('_images/5t_CONTACT_US___.gif', '_images/5t_CONTACT_US___Mouseover.gif');
imageFiles_5t_9['2'] = new Array ('_images/5t_BUSINESS_OPPORTUNITY___.gif', '_images/5t_BUSINESS_OPPORTUNITY___Mouseover.gif');
imageFiles_5t_9['3'] = new Array ('_images/5t_CAREER___.gif', '_images/5t_CAREER___Mouseover.gif');
imageFiles_5t_9['4'] = new Array ('_images/5t_RESELLER_PARTNERSHIP___.gif', '_images/5t_RESELLER_PARTNERSHIP___Mouseover.gif');
imageFiles_5t_9['5'] = new Array ('_images/5t_REFERRAL_PARTNER_PROGRAM___.gif', '_images/5t_REFERRAL_PARTNER_PROGRAM___Mouseover.gif');
imageFiles_5t_9['6'] = new Array ('_images/5t_EVENTS.gif', '_images/5t_EVENTSMouseover.gif');

function image_on_5t_9 (position) {
   var doc = eval("document.image5t_9" + position);
   doc.src = imageFiles_5t_9[position][1];
}

function image_off_5t_9 (position) {
   var doc = eval("document.image5t_9" + position);
   doc.src = imageFiles_5t_9[position][0];
}
