var fDesc=new Array(); fDesc[0] = "Topcon's IMAGEnet i-base is a complete solution for image and instrument data capturing, processing and storing. The system is designed for all professionals working with clinical information which needs to be taken care of in a logical and secured way. Topcon IMAGEnet i-base is developed to run seamlessly with the extended range of Topcon medical equipment such as Topcon retinal cameras, slit lamps and Topcon refraction instruments. With the user-friendly layout you have full control of every instrument and with a few mouse clicks you can analyse and organize the instrument data."; 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 = ''; } }