var fDesc=new Array(); fDesc[0] = "EzyViewCAM is the free software for Windows PCs that allows having complete management of all devices in the EzyCAM family. With just a few clicks you can set the operating parameters of all local and remote devices, customize the split screen, visualize live images, download recordings, move PTZ, activate outputs and much more."; 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 = ''; } }