var fDesc=new Array(); fDesc[0] = "DX-PC200 is application software to replay video data recorded by Mitsubishi’s digital recorder on Windows 2000 or Windows XP.
In combination with DVR series having network function, you can set and operate the recorder and load recorded images and the latest live image from the recorder using the network function."; 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 = ''; } }