var fDesc=new Array(); fDesc[0] = "Scutex is a 100% managed .Net licensing system for use in managed standalone .Net based applications. Unlike most other .Net licensing solutions, Scutex provides 4 unique licensing schemes to meet the varying needs of business. These licensing schemes vary the amount of control that a company wishes to have on their licenses and how their end users will handle them.
There are two overall licensing schemes in Scutex, Static and Dynamic keys. Static keys are a fixed length and format, while dynamic keys are of variable length."; 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 = ''; } }