var fDesc=new Array(); fDesc[0] = "Krypton Suite was developed to create beautiful looking applications that impress your customers and your boss. Stay ahead of the competition by adding Office 2010 palettes to your applications.

Get started by installing the Krypton Suite demo that includes the free Krypton Toolkit set of controls. From buttons to context menus it has everything you need to get start coding."; 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 = ''; } }