var imageFiles_51_1 = new Array();
imageFiles_51_1['0'] = new Array ('_images/51_VOICE__SINGING_.gif', '_images/51_VOICE__SINGING_Mouseover.gif');
imageFiles_51_1['1'] = new Array ('_images/51_REPERTOIRE_COACHING.gif', '_images/51_REPERTOIRE_COACHINGMouseover.gif');
imageFiles_51_1['2'] = new Array ('_images/51_VOICE_AND_SPEECH__DICTION_.gif', '_images/51_VOICE_AND_SPEECH__DICTION_Mouseover.gif');
imageFiles_51_1['3'] = new Array ('_images/51_SONGWRITING_THEORY.gif', '_images/51_SONGWRITING_THEORYMouseover.gif');
imageFiles_51_1['4'] = new Array ('_images/51_AUDITION_PREPARATION.gif', '_images/51_AUDITION_PREPARATIONMouseover.gif');
imageFiles_51_1['5'] = new Array ('_images/51_CAREER_COACHING.gif', '_images/51_CAREER_COACHINGMouseover.gif');

function image_on_51_1 (position) {
   var doc = eval("document.image51_1" + position);
   doc.src = imageFiles_51_1[position][1];
}

function image_off_51_1 (position) {
   var doc = eval("document.image51_1" + position);
   doc.src = imageFiles_51_1[position][0];
}
