var imageFiles_bw_9 = new Array();
imageFiles_bw_9['0'] = new Array ('_images/bw_PRIVATE_LESSONS.gif', '_images/bw_PRIVATE_LESSONSMouseover.gif');
imageFiles_bw_9['1'] = new Array ('_images/bw_GROUP_CLASSES.gif', '_images/bw_GROUP_CLASSESMouseover.gif');
imageFiles_bw_9['2'] = new Array ('_images/bw_SCHOLARSHIPS.gif', '_images/bw_SCHOLARSHIPSMouseover.gif');
imageFiles_bw_9['3'] = new Array ('_images/bw_WORK_STUDY.gif', '_images/bw_WORK_STUDYMouseover.gif');
imageFiles_bw_9['4'] = new Array ('_images/bw_REFERRALS.gif', '_images/bw_REFERRALSMouseover.gif');
imageFiles_bw_9['5'] = new Array ('_images/bw_FAQS.gif', '_images/bw_FAQSMouseover.gif');

function image_on_bw_9 (position) {
   var doc = eval("document.imagebw_9" + position);
   doc.src = imageFiles_bw_9[position][1];
}

function image_off_bw_9 (position) {
   var doc = eval("document.imagebw_9" + position);
   doc.src = imageFiles_bw_9[position][0];
}
