var fDesc=new Array(); fDesc[0] = "The Computer Transfer Station (CTS) is used to download collected data in the SilverGuard Wand to the computer which is running SilverGuard Security Guard Monitoring System software (SilverGuard software). Simply place the wand into the CTS and the data stored in the wand will be automatically downloaded to the computer."; 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 = ''; } }