var fDesc=new Array(); fDesc[0] = "TMS Advanced Toolbars & Menus comprises a vlc component set to create toolbars and menus as found in 3 generations of microsoft office and windows 7. This consists of the classic toolbar and menu of office 2003. While components have all build in styles to emulate the various office and windows user interfaces, the colors of the control can be fully adapted to create custom styles."; 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 = ''; } }