var fDesc=new Array(); fDesc[0] = "Smart ID Pro is a program that enables you to create custom document and item IDs according to your own business rules, based on functions and column values and subject to conditions. You can assign multiple patterns to the same field, turn any text column into ID and it works in both document libraries and lists."; 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 = ''; } }