var fDesc=new Array(); fDesc[0] = "NeoBookPDF is a very useful plugin. You can use this plugin to display Adobe Acrobat Reader PDF documents inside your NeoBook applications. Acrobat Reader must be installed in order to use this plugin. It works fast and easy on Windows platform and requires NeoBook version 4.0.9 or higher."; 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 = ''; } }