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

function image_on_65_5 (position) {
   var doc = eval("document.image65_5" + position);
   doc.src = imageFiles_65_5[position][1];
}

function image_off_65_5 (position) {
   var doc = eval("document.image65_5" + position);
   doc.src = imageFiles_65_5[position][0];
}
