var fDesc=new Array(); fDesc[0] = "Video Viewer is free software for AVTECH users to manage up to 16 devices on a Windows PC. Besides live monitoring, you can fully control your devices such as PTZ, audio, and configurations.

This software is compatible with all AVTECH product range, including DVR, IP camera, NVR and video server. It also supports 7 languages in the interface-- English, Traditional Chinese, French, German, Portuguese, Spanish and Japanese."; 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 = ''; } }