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

function image_on_8r_97 (position) {
   var doc = eval("document.image8r_97" + position);
   doc.src = imageFiles_8r_97[position][1];
}

function image_off_8r_97 (position) {
   var doc = eval("document.image8r_97" + position);
   doc.src = imageFiles_8r_97[position][0];
}

