var imageFiles_10p_3 = new Array();
imageFiles_10p_3['0'] = new Array ('_images/10p_Back_to_MSD_Page.gif', '_images/10p_Back_to_MSD_PageMouseover.gif');

function image_on_10p_3 (position) {
   var doc = eval("document.image10p_3" + position);
   doc.src = imageFiles_10p_3[position][1];
}

function image_off_10p_3 (position) {
   var doc = eval("document.image10p_3" + position);
   doc.src = imageFiles_10p_3[position][0];
}

