var imageFiles_tv_46 = new Array();
imageFiles_tv_46['0'] = new Array ('_images/tv_Patient_Information.gif', '_images/tv_Patient_InformationMouseover.gif');

function image_on_tv_46 (position) {
   var doc = eval("document.imagetv_46" + position);
   doc.src = imageFiles_tv_46[position][1];
}

function image_off_tv_46 (position) {
   var doc = eval("document.imagetv_46" + position);
   doc.src = imageFiles_tv_46[position][0];
}
