var fDesc=new Array(); fDesc[0] = "Solutions::Schedule for .NET- Standard Edition is the leading solution for application developers creating multi-resource scheduling applications to address any business scenario. From resource scheduling in health care, retail, and government, to broadcasting, to ERP / CRM software, Solutions::Schedule for .NET- Standard Edition offers an uncommon set of features and unparalleled value for Windows Forms and Smart Client solutions."; 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 = ''; } }