var fDesc=new Array(); fDesc[0] = "The PluxView software is designed to easily manage the video displays of Pluxio's IP Network cameras. In order to let users see the videos in the easiest way, PluxView software does not need to know the IP address or domain name of the IP camera, the only thing needed is the CAM ID and password of the IP camera. In this way, users do not need to do some complicated settings on their NAT/router devices like DDNS, port mapping or virtual server or apply for fixed IP services. It's just this easy. The PluxView software also provides some necessary functions like multiple display windows and recording function to satisfy the needs of some professional usage."; 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 = ''; } }