var imageFiles_g8_21 = new Array();
imageFiles_g8_21['0'] = new Array ('_images/g8_home.gif', '_images/g8_homeMouseover.gif');
imageFiles_g8_21['1'] = new Array ('_images/g8_about_us.gif', '_images/g8_about_usMouseover.gif');
imageFiles_g8_21['2'] = new Array ('_images/g8_dowsing.gif', '_images/g8_dowsingMouseover.gif');
imageFiles_g8_21['3'] = new Array ('_images/g8_healing.gif', '_images/g8_healingMouseover.gif');
imageFiles_g8_21['4'] = new Array ('_images/g8_home_workplace.gif', '_images/g8_home_workplaceMouseover.gif');
imageFiles_g8_21['5'] = new Array ('_images/g8_workshops.gif', '_images/g8_workshopsMouseover.gif');
imageFiles_g8_21['6'] = new Array ('_images/g8_client_feedback.gif', '_images/g8_client_feedbackMouseover.gif');

function image_on_g8_21 (position) {
   var doc = eval("document.imageg8_21" + position);
   doc.src = imageFiles_g8_21[position][1];
}

function image_off_g8_21 (position) {
   var doc = eval("document.imageg8_21" + position);
   doc.src = imageFiles_g8_21[position][0];
}
