var imageFiles_90_15 = new Array();
imageFiles_90_15['0'] = new Array ('_images/90_John_Callan.gif', '_images/90_John_CallanMouseover.gif');
imageFiles_90_15['1'] = new Array ('_images/90_Jason_Cardinet.gif', '_images/90_Jason_CardinetMouseover.gif');
imageFiles_90_15['2'] = new Array ('_images/90_Ross_Cofer.gif', '_images/90_Ross_CoferMouseover.gif');
imageFiles_90_15['3'] = new Array ('_images/90_Brad_Constantine.gif', '_images/90_Brad_ConstantineMouseover.gif');
imageFiles_90_15['4'] = new Array ('_images/90_John_Donovan.gif', '_images/90_John_DonovanMouseover.gif');
imageFiles_90_15['5'] = new Array ('_images/90_Eve_Dreyfuss.gif', '_images/90_Eve_DreyfussMouseover.gif');
imageFiles_90_15['6'] = new Array ('_images/90_Crystal_Ekanayake.gif', '_images/90_Crystal_EkanayakeMouseover.gif');

function image_on_90_15 (position) {
   var doc = eval("document.image90_15" + position);
   doc.src = imageFiles_90_15[position][1];
}

function image_off_90_15 (position) {
   var doc = eval("document.image90_15" + position);
   doc.src = imageFiles_90_15[position][0];
}

