var fDesc=new Array(); fDesc[0] = "WinTopo Pro is a program that converts images from scanners and other digital sources into vector data suitable for CAD, GIS and CNC systems. You can scan old plans, archive drawings, or even photos and convert them into useful CAD data. Any image which is stored in TIFF, GIF, JPEG, PNG or BMP format can be processed by the program into DXF and other vector file formats."; 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 = ''; } }