var fDesc=new Array(); fDesc[0] = "webcamXP / webcam 7 PRO is the full featured version, it offers all the functionalities and allows connecting unlimited number of sources (as many as your computer supports).
On top of all the features available in webcamXP Free and webcamXP Private, it allows the use of the continuous recording (DVR) feature and will log all the web activity."; 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 = ''; } }