var fDesc=new Array(); fDesc[0] = "The iVMS-4000 is the client application specially developed for the embedded DVR/DVS. It is applicable to DVR, hybrid DVR, NVR, DVS, IP Camera, IP Dome, audio/video decoder, and iVMS-2000 client software as well. The iVMS-4000 client provides the Decoder Application and Module USB Joystick options in the Help menu for user to select decoder control and USB joystick control."; 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 = ''; } }