var fDesc=new Array(); fDesc[0] = "The ribbon concept is a compelling replacement for traditional menus and toolbars. Our product exposes virtually all of the features of the ribbon user interface through bespoke WPF elements and controls, styled and templated with a choice of seven color schemes. We fully comply with the relevant UI guidelines, to bring you peace of mind when integrating the product into your own applications."; 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 = ''; } }