var fDesc=new Array(); fDesc[0] = "With EuroCad PhotoDigitizer just one simple click, and the camera
automatically captures the picture and transfers it to the computer.
The image is automatically processed and the patterns are extracted
in just a few seconds. Quick and easy inspect the result of the automatic digitizer using the Contour Play function and save the patterns directly in the native format of your CAD system."; 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 = ''; } }