var fDesc=new Array(); fDesc[0] = "With the demo version (with no temporal limits) you can analyse structures until 40 nodes. You may so appreciate all the program’s main features.
Instruction for installation: download the demo version and launch 3Muridemo.exe; the procedure is completely automatic and installs the program in the Programs directory."; 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 = ''; } }