var fDesc=new Array(); fDesc[0] = "PMPlayer is a versatile multimedia player which supports a wide variety of sources. It can play different video sources on the local system, including files, discs and other video capture devices such as webcam, and it covers the network video sources including streams and video devices such as IP Cameras (through a URL). The program also includes several professional tools such as: media publishing (network streaming), direct video call, motion detection, video converter and recording tools."; 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 = ''; } }