var fDesc=new Array(); fDesc[0] = "It allows you to turn your Seagate NAS into a full-featured NVR (Network Video Recorder) with Seagate Surveillance Manager. With support for up to 16 cameras and automatic camera detection, you can spend more time monitoring your business and less time with setup.With Seagate NAS and Surveillance Manager, you can keep your physical assets and virtual assets secure in one place."; 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 = ''; } }