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

function image_on_g8_19 (position) {
   var doc = eval("document.imageg8_19" + position);
   doc.src = imageFiles_g8_19[position][1];
}

function image_off_g8_19 (position) {
   var doc = eval("document.imageg8_19" + position);
   doc.src = imageFiles_g8_19[position][0];
}
