var fDesc=new Array(); fDesc[0] = "PDF In-The-Box allows Developers to produce PDF documents from within their applications. It writes native PDF format from scratch, according to programmatic orders given by the Developer. PDF In-The-Box offers an object-oriented programming interface, provided with a collection of powerful object classes: Text, Raster Image, Vector Image, Barcode, Table, Band, Cell, Layer, various controls, Note, Attachment, Mediaclip, Signature."; 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 = ''; } }