var imageFiles_5k_15 = new Array();
imageFiles_5k_15['0'] = new Array ('_images/5k_SEMI_CONDUCTOR.gif', '_images/5k_SEMI_CONDUCTORMouseover.gif');
imageFiles_5k_15['1'] = new Array ('_images/5k_JEWELERY.gif', '_images/5k_JEWELERYMouseover.gif');
imageFiles_5k_15['2'] = new Array ('_images/5k_CHEMICAL_PROCESSING.gif', '_images/5k_CHEMICAL_PROCESSINGMouseover.gif');
imageFiles_5k_15['3'] = new Array ('_images/5k_WATER_TREATMENT.gif', '_images/5k_WATER_TREATMENTMouseover.gif');

function image_on_5k_15 (position) {
   var doc = eval("document.image5k_15" + position);
   doc.src = imageFiles_5k_15[position][1];
}

function image_off_5k_15 (position) {
   var doc = eval("document.image5k_15" + position);
   doc.src = imageFiles_5k_15[position][0];
}
