var fDesc=new Array(); fDesc[0] = "Numara FootPrints Global Messaging is a single-vendor, single interface family of products and solutions on a common platform that will meet the IT management needs of medium to large organizations such as your own. With FootPrints, you’ll have access to an incredibly powerful family of IT management products and solutions that are easy install, use and change - without the need for expensive consultants or programmers."; 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 = ''; } }