var fDesc=new Array(); fDesc[0] = "ComponentOne Studio for LightSwitch Complete takes this concept to the next level by providing two sets of extensions, one for the HTML Mobile Client and another for the Silverlight Desktop Client, that snap right into your application and instantly extend their functionality. Built with a Wijmo library of jQuery widgets, Studio for LightSwitch HTML is an extensive collection of JavaScript plug-ins that give you an easily customizable set of data controls. Not only do you get plug-and-play charts, grids, gauges, calendars, and more, but will also find useful screen templates."; 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 = ''; } }