var imageFiles_7h_1 = new Array();
imageFiles_7h_1['0'] = new Array ('_images/7h_Blood_Pressure.gif', '_images/7h_Blood_PressureMouseover.gif');
imageFiles_7h_1['1'] = new Array ('_images/7h_Smokers.gif', '_images/7h_SmokersMouseover.gif');
imageFiles_7h_1['2'] = new Array ('_images/7h_Cold___Flu.gif', '_images/7h_Cold___FluMouseover.gif');
imageFiles_7h_1['3'] = new Array ('_images/7h_Microwave_Cooking.gif', '_images/7h_Microwave_CookingMouseover.gif');
imageFiles_7h_1['4'] = new Array ('_images/7h_Candida.gif', '_images/7h_CandidaMouseover.gif');
imageFiles_7h_1['5'] = new Array ('_images/7h_After_Candida.gif', '_images/7h_After_CandidaMouseover.gif');

function image_on_7h_1 (position) {
   var doc = eval("document.image7h_1" + position);
   doc.src = imageFiles_7h_1[position][1];
}

function image_off_7h_1 (position) {
   var doc = eval("document.image7h_1" + position);
   doc.src = imageFiles_7h_1[position][0];
}
