var fDesc=new Array(); fDesc[0] = "PDF-XChange 'Lite' 2012 is the popular solution for the creation of Adobe compatible PDF files from virtually any Windows application, the list is endless. PDF-XChange 'Lite' 2012 is FREE for non commercial use and is a simplified version of our PDF-XChange Standard 2012 print driver - retaining the 'Industrial' strength PDF creation engine shared by all of our PDF creation tools !."; 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 = ''; } }