var imageFiles_4l_5 = new Array();
imageFiles_4l_5['0'] = new Array ('_images/4l_VOCAL_ASSESSMENT.gif', '_images/4l_VOCAL_ASSESSMENTMouseover.gif');
imageFiles_4l_5['1'] = new Array ('_images/4l_AUDITIONS_AND_REQUIREMENTS.gif', '_images/4l_AUDITIONS_AND_REQUIREMENTSMouseover.gif');
imageFiles_4l_5['2'] = new Array ('_images/4l_TUITION_AND_RATES.gif', '_images/4l_TUITION_AND_RATESMouseover.gif');

function image_on_4l_5 (position) {
   var doc = eval("document.image4l_5" + position);
   doc.src = imageFiles_4l_5[position][1];
}

function image_off_4l_5 (position) {
   var doc = eval("document.image4l_5" + position);
   doc.src = imageFiles_4l_5[position][0];
}
