var fDesc=new Array(); fDesc[0] = "Buttons & Bars is a suite of WinForm controls targeting .NET 2.0. All Buttons & Bars controls relate to application layout and navigation. Using the Buttons & Bars controls you can create flexible, intuitive, innovative and visually appealing user interfaces. Many of the controls support different rendering styles, the customisation of colours and icons, and animated transition effects."; 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 = ''; } }