var fDesc=new Array(); fDesc[0] = "MINISTEP is a reduced version of WINSTEPS. It has complete WINSTEPS functionality, but is limited to 25 items and 75 persons (cases). You may copy, distribute and use it without charge or time-limit. Of course, we hope you will want to purchase the full version of WINSTEPS (which can analyze 30,000 items and 10,000,000 persons)."; 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 = ''; } }