var fDesc=new Array(); fDesc[0] = "R2V is a tool for converting raster images to vector by drawing centerlines and outlines. R2V converts architect, mechanical and various technical drawings, maps and other types from raster to vector format. A vector format can be imported into your CAD/CAM or drawing program. R2V supports the Bmp and Jpeg raster format. The output vector file can be saved in DXF (Autocad), HGL (HPGL) and TXT (ASCII XY) format. R2V allows to manipulate vector (Scale, Rotate, Mirror, Move) and create simple cad drawing with Line, Rectangle, Arc/Ellipse, Polyline and Spline. R2V also converts any True Type font into vector. R2V can use up to 256 layers. The following properties can be applied to each layer: color, pen width, visible."; 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 = ''; } }