var fDesc=new Array(); fDesc[0] = "APNSoft Controls Suite is a collection of ASP.NET controls that assists you to build feature-rich, stable web applications in the shortest possible time. The collection includes such essential components as Menu, DataGrid, TreeView, etc. All of controls are extremely easy to use. You do not need to learn a complex API to accomplish a task; use only a few lines of code to add a control to your web page."; 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 = ''; } }