var imageFiles_hd_11 = new Array();
imageFiles_hd_11['0'] = new Array ('_images/hd_HOME.gif', '_images/hd_HOMEMouseover.gif');
imageFiles_hd_11['1'] = new Array ('_images/hd_SCHOLARSHIPS.gif', '_images/hd_SCHOLARSHIPSMouseover.gif');
imageFiles_hd_11['2'] = new Array ('_images/hd_RULES_and_REQUIREMENTS.gif', '_images/hd_RULES_and_REQUIREMENTSMouseover.gif');
imageFiles_hd_11['3'] = new Array ('_images/hd_SCORING.gif', '_images/hd_SCORINGMouseover.gif');
imageFiles_hd_11['4'] = new Array ('_images/hd_THE_RESULTS.gif', '_images/hd_THE_RESULTSMouseover.gif');
imageFiles_hd_11['5'] = new Array ('_images/hd_FAQS.gif', '_images/hd_FAQSMouseover.gif');

function image_on_hd_11 (position) {
   var doc = eval("document.imagehd_11" + position);
   doc.src = imageFiles_hd_11[position][1];
}

function image_off_hd_11 (position) {
   var doc = eval("document.imagehd_11" + position);
   doc.src = imageFiles_hd_11[position][0];
}
