var imageFiles_h_11 = new Array();
imageFiles_h_11['0'] = new Array ('_images/h_Click_here___Dr__Mike_s_Minute.gif', '_images/h_Click_here___Dr__Mike_s_MinuteMouseover.gif');

function image_on_h_11 (position) {
   var doc = eval("document.imageh_11" + position);
   doc.src = imageFiles_h_11[position][1];
}

function image_off_h_11 (position) {
   var doc = eval("document.imageh_11" + position);
   doc.src = imageFiles_h_11[position][0];
}
