var fDesc=new Array(); fDesc[0] = "Raster to vector conversion, photo editing, and image processing software for Windows that is easy to use, fast and precise. By one click a color raster image can be converted into scalable vector artwork with any desirable accuracy depending on chosen settings. Photo Vector produces special photo effects increasing and/or changing impression created by photos converting them into vector pictures that look like impressionist art. The image processing includes a new unique shaping operation converting blur shapes into distinct ones, flexible color reduction and cleaning as well as a precise vectorizing. Bitmap and palette editing tools enable one to enhance processed images manually."; 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 = ''; } }