var fDesc=new Array(); fDesc[0] = "VisionView Maintenance Utility with firmware files and TestRun Plug-in is a free package that that can be used to upgrade the firmware files on VV700 and VVVGA devices. The pack includes the Plug-in files for TestRun and it also can be used to license VisionView and TestRun on a PC, Rockwell, Siemens and Advantech CE Panels."; 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 = ''; } }