var fDesc=new Array(); fDesc[0] = "At first glance, there are, of course, more functions and options for use than you've had with CamMobile® Office, but the application is just as simple for an inspection with an axial camera or a pan and tilt camera. With just a few mouse clicks, you can burn DVD's and print reports as well as alter and complete observations. If you would like to edit a 3D pipe network and insert plans, all you need is a good training and a bit of routine."; 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 = ''; } }