var fDesc=new Array(); fDesc[0] = "AxioVision allows to visualize and present your images in several dimensions. The functionality of this imaging toolbox expands constantly with a wide range of different modules that are tailored to specific applications or microscope accessories. Now and in the future, you need only one microscope software for your lab - AxioVision from Carl Zeiss."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }