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

function image_on_bw_11 (position) {
   var doc = eval("document.imagebw_11" + position);
   doc.src = imageFiles_bw_11[position][1];
}

function image_off_bw_11 (position) {
   var doc = eval("document.imagebw_11" + position);
   doc.src = imageFiles_bw_11[position][0];
}
