var imageFiles_8r_76 = new Array();
imageFiles_8r_76['0'] = new Array ('_images/8r_Groundwork_for_Change.gif', '_images/8r_Groundwork_for_ChangeMouseover.gif');
imageFiles_8r_76['1'] = new Array ('_images/8r_Coaching_for_Excellence.gif', '_images/8r_Coaching_for_ExcellenceMouseover.gif');
imageFiles_8r_76['2'] = new Array ('_images/8r_Growth_and_Development.gif', '_images/8r_Growth_and_DevelopmentMouseover.gif');
imageFiles_8r_76['3'] = new Array ('_images/8r_Think_Strategically.gif', '_images/8r_Think_StrategicallyMouseover.gif');

function image_on_8r_76 (position) {
   var doc = eval("document.image8r_76" + position);
   doc.src = imageFiles_8r_76[position][1];
}

function image_off_8r_76 (position) {
   var doc = eval("document.image8r_76" + position);
   doc.src = imageFiles_8r_76[position][0];
}

