var imageFiles_g6_5 = new Array();
imageFiles_g6_5['0'] = new Array ('_images/g6_Download.gif', '_images/g6_DownloadMouseover.gif');
imageFiles_g6_5['1'] = new Array ('_images/g6_YOUTH_Productions.gif', '_images/g6_YOUTH_ProductionsMouseover.gif');
imageFiles_g6_5['2'] = new Array ('_images/g6_Back_to_HOME.gif', '_images/g6_Back_to_HOMEMouseover.gif');

function image_on_g6_5 (position) {
   var doc = eval("document.imageg6_5" + position);
   doc.src = imageFiles_g6_5[position][1];
}

function image_off_g6_5 (position) {
   var doc = eval("document.imageg6_5" + position);
   doc.src = imageFiles_g6_5[position][0];
}
