var fDesc=new Array(); fDesc[0] = "NUUO NVRsolo is a network video recorder program that supports up to 8 IP cameras. It allows users to start with a 4 channel network video recorder. The max bandwidth throughput allows users to record up to 8 cameras at up to 15 frames per second in 1080P (1920 x 1080) and up to 30 frames per second in 720P (1280 x 720) resolution."; 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 = ''; } }