var fDesc=new Array(); fDesc[0] = "Foxit PDF SDK (DLL) has just been released! With the incredible small size (less than 2MB) and amazingly fast speed, Foxit PDF SDK (DLL) is your absolute choice to develop your own PDF applications. This new release does not only include all the features (Base Module) in the previous version, but also introduces two exceptional modules – Text Module, allowing you to extract text information, and Edit Module, enabling you to create and modify PDF files."; 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 = ''; } }