var fDesc=new Array(); fDesc[0] = "Management for your endoscope clinic with many features:
complete patient database included all needed information and patient photo
support all device compatible with WDM/DirectX
ive video can preview in full screen
Save high quality still mages and video
ENDOClinic helps you to write examination reports faster
and more conveniently in easy way
help you to increase your work flow and work efficiency"; 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 = ''; } }