var fDesc=new Array(); fDesc[0] = "ChangeOrder allows you to manage contract variations, and to produce consistent and professional-looking change notices. With ChangeOrder, you can assess the big picture and see how change orders impact the project from start to finish. ChangeOrder is detailed oriented program that is best suited to contractors working on medium-sized commercial, institutional, industrial, and residential projects. ChangeOrder is ideally suited to work with BidWinner and BidWinner Plus."; 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 = ''; } }