var fDesc=new Array(); fDesc[0] = "JCT Contracts Digital Service is a program that gives you desktop access to JCT Contracts 2011 Edition and the JCT 05 suite of contracts so you have the contract you need, available for you to work on when you want it. Having the JCT Contracts in electronic format means you can edit contracts during the drafting process, as much as is necessary, without time consuming re-drafts of the whole contract on paper."; 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 = ''; } }