var fDesc=new Array(); fDesc[0] = "FreeTools PSL (Professional Symbol Library) is a free D-Tools application designed to provide Microsoft® Visio users with multiple libraries of industry-specific plan view shapes that will help make it both easier to create drawings using universally accepted industry standards and clearly communicate with trade professionals."; 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 = ''; } }