var imageFiles_6th_1 = new Array();
imageFiles_6th_1['0'] = new Array ('_images/6th_More_from_Sacchetti_s.gif', '_images/6th_More_from_Sacchetti_sMouseover.gif');

function image_on_6th_1 (position) {
   var doc = eval("document.image6th_1" + position);
   doc.src = imageFiles_6th_1[position][1];
}

function image_off_6th_1 (position) {
   var doc = eval("document.image6th_1" + position);
   doc.src = imageFiles_6th_1[position][0];
}

