var fDesc=new Array(); fDesc[0] = "This is Free Utility for easy switching between Clarion 6.3, Clarion 6.2, Clarion 6.1 or Clarion 6.0 installed on single PC.
It's very useful for Clarion (3rdParty) developers,
which now must support (compile and testing) their products for all versions of Clarion 6 (supporting Enterprise and Personal Editions)."; 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 = ''; } }