var fDesc=new Array(); fDesc[0] = "This software was developed special for Connecticut construction contractors, giving them the tools needed to create fast , easy and in a professional manner construction contracts.
The software can be installed on any of the fallowing operating systems Windows 7, Vista or XP , The Construction Contract Writer software will make it possible to draft enforceable Connecticut contracts and avoid the penalties imposed by Connecticut and federal law."; 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 = ''; } }