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

function image_on_8r_70 (position) {
   var doc = eval("document.image8r_70" + position);
   doc.src = imageFiles_8r_70[position][1];
}

function image_off_8r_70 (position) {
   var doc = eval("document.image8r_70" + position);
   doc.src = imageFiles_8r_70[position][0];
}

