var fDesc=new Array(); fDesc[0] = "Application to perform MOSS (Microsoft Office SharePoint Server) Load Test without pain. Just choose the site collection you want to hit and all items, subsites and documents will be hit for the number of users and time you define. This application comes in handy when you want to do load TESTS."; 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 = ''; } }