var fDesc=new Array(); fDesc[0] = "eXPert PDF Editor is the only product available allowinf full pdf editing without the needs of external applications. With eXPert PDF Editor you can view, navigate, manipulate, mark-up and save PDF files while still maintaining the integrity of the original documents.... With eXPert PDF Editor, you can significantly accelerate your review cycles using powerful commenting tools, while protecting the integrity of your source document. eXpert PDF Editor also allows you to easily edit pdf objects such as text, images, and vector drawing (paths, lines, curves)."; 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 = ''; } }