var fDesc=new Array(); fDesc[0] = "BSD SpecLink®-E is a master guide specification writing, management, and production system with built-in intelligence designed to help you dramatically speed up editing tasks and reduce specification production time while minimizing errors and omissions. Combined with the industry’s most comprehensive and up-to-date master database, SpecLink-E enables you to accelerate your specification development with unsurpassed accuracy and integrity."; 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 = ''; } }