var imageFiles_3n_7 = new Array();
imageFiles_3n_7['0'] = new Array ('_images/3n_PROGRAM.gif', '_images/3n_PROGRAMMouseover.gif');
imageFiles_3n_7['1'] = new Array ('_images/3n_CLASSES.gif', '_images/3n_CLASSESMouseover.gif');
imageFiles_3n_7['2'] = new Array ('_images/3n_CONSULTS.gif', '_images/3n_CONSULTSMouseover.gif');
imageFiles_3n_7['3'] = new Array ('_images/3n_MEDIA_CENTER.gif', '_images/3n_MEDIA_CENTERMouseover.gif');
imageFiles_3n_7['4'] = new Array ('_images/3n_TESTIMONIALS.gif', '_images/3n_TESTIMONIALSMouseover.gif');
imageFiles_3n_7['5'] = new Array ('_images/3n_STUDENT_LOGIN.gif', '_images/3n_STUDENT_LOGINMouseover.gif');

function image_on_3n_7 (position) {
   var doc = eval("document.image3n_7" + position);
   doc.src = imageFiles_3n_7[position][1];
}

function image_off_3n_7 (position) {
   var doc = eval("document.image3n_7" + position);
   doc.src = imageFiles_3n_7[position][0];
}

