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

function image_on_10p_2 (position) {
   var doc = eval("document.image10p_2" + position);
   doc.src = imageFiles_10p_2[position][1];
}

function image_off_10p_2 (position) {
   var doc = eval("document.image10p_2" + position);
   doc.src = imageFiles_10p_2[position][0];
}

