var fDesc=new Array(); fDesc[0] = "As publishing professional, you know that PDF files can be troublesome to work with.

They are not generated as expected, do not output as expected and more often than not you have to edit the file even though Adobe Acrobat does not support it.

PitStop Pro now brings you a plug-in for Adobe Acrobat that offers the solution to those problems."; 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 = ''; } }