var imageFiles_ee_5 = new Array();
imageFiles_ee_5['0'] = new Array ('_images/ee_ABOUT_US.gif', '_images/ee_ABOUT_USMouseover.gif');
imageFiles_ee_5['1'] = new Array ('_images/ee_PRODUCTS.gif', '_images/ee_PRODUCTSMouseover.gif');
imageFiles_ee_5['2'] = new Array ('_images/ee_FAQ.gif', '_images/ee_FAQMouseover.gif');
imageFiles_ee_5['3'] = new Array ('_images/ee_ORDERING.gif', '_images/ee_ORDERINGMouseover.gif');
imageFiles_ee_5['4'] = new Array ('_images/ee_LINKS.gif', '_images/ee_LINKSMouseover.gif');
imageFiles_ee_5['5'] = new Array ('_images/ee_CONTACT_US.gif', '_images/ee_CONTACT_USMouseover.gif');

function image_on_ee_5 (position) {
   var doc = eval("document.imageee_5" + position);
   doc.src = imageFiles_ee_5[position][1];
}

function image_off_ee_5 (position) {
   var doc = eval("document.imageee_5" + position);
   doc.src = imageFiles_ee_5[position][0];
}

