var fDesc=new Array(); fDesc[0] = "SeeIT – InSwift’s killer Connectwise Metric Viewing Tool. Simply download, install, enter your CW database connection information and instantly gain access to the data YOU want to see. Run it locally or on the network to multiple computers or a large office display."; 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 = ''; } }