var imageFiles_3n8_1 = new Array();
imageFiles_3n8_1['0'] = new Array ('_images/3n8_COR_ONLINE.gif', '_images/3n8_COR_ONLINEMouseover.gif');
imageFiles_3n8_1['1'] = new Array ('_images/3n8_CONTACT_US.gif', '_images/3n8_CONTACT_USMouseover.gif');
imageFiles_3n8_1['2'] = new Array ('_images/3n8_COR_HOME.gif', '_images/3n8_COR_HOMEMouseover.gif');

function image_on_3n8_1 (position) {
   var doc = eval("document.image3n8_1" + position);
   doc.src = imageFiles_3n8_1[position][1];
}

function image_off_3n8_1 (position) {
   var doc = eval("document.image3n8_1" + position);
   doc.src = imageFiles_3n8_1[position][0];
}
