var fDesc=new Array(); fDesc[0] = "NetAdvantage for Windows Forms provides the "style-ability" you need for your forms and dialogs with our drop-in component. It also offers the breadth and depth of Office 2010 and Windows 7 user experiences with our scenic ribbon control. A new Microsoft Word® Library features an object model for creating new Word documents, and new ribbon end user customizations let your application's end users customize tabs, groups and items."; 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 = ''; } }