var fDesc=new Array(); fDesc[0] = "Markvision Enterprise is a powerful, Web-based tool built on a database-driven foundation that gives IT professionals the ability to proactively track and monitor a portfolio of tens, hundreds, or even thousands of devices. With this robust and scalable tool, a fleet of up to 20,000 networked printers and MFPs, regardless of the manufacturer, can be centrally managed throughout the full lifecycle."; 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 = ''; } }