var fDesc=new Array(); fDesc[0] = "Deploy Tenrox on-demand Project planning software in minutes not months to rediscover simplicity and ease of use. While other project planning tools keep adding bloated complex seldom used functions we work hard every day to eliminate them. The goal is to help you create, change and share your project plans faster. Tenrox Project Planning is totally integrated with all Tenrox modules, and Tenrox project plans are totally interchangeable with Microsoft Project."; 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 = ''; } }