var fDesc=new Array(); fDesc[0] = "Solvero is an editing software that facilitates the modification of PDF, PostScript and EPS files including all their graphical components. It can also eliminate common problems in digital print and media production workflows by allowing the editing of text, images, graphics, and colors in PDF, PostScript, EPS and XPS files.

Solvero can rationalize work processes, optimize data and ensure the output of documents. A range of PlugIns modules allows Solvero to be adapted to specific requirements."; 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 = ''; } }