var fDesc=new Array(); fDesc[0] = "Syncro-V is Client Software for free SyncroIP Series cameras. It supports the full features of the cameras, including HD streaming and multiple recording options. Record to PC / NAS / FTP / SD card, with Continuous / Motion / Scheduled recording. Cameras can be configured individually for remote access, and connection is made simple with the free Digimerge DDNS service. Syncro-V supports up to 36 cameras."; 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 = ''; } }