var fDesc=new Array(); fDesc[0] = "JaguarSX is a revolutionary next-generation IT Monitoring and Reporting platform that uses a combination of patent-pending software engines to collect, analyze, correlate, and report on current, historical and even predicted events in your network. With Jaguar SX you can look at realtime, live and historical charts, side by side, from any time period or dataset."; 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 = ''; } }