var fDesc=new Array(); fDesc[0] = "The SetUp Software is used when changing the internal settings of the DV-90.
The settings can be changed on the PC that is connected to USB or PORT2.
The settings and the master data can be sent and received using the SetUp Software and the DV-90.
All the settings in the SetUp Software can be printed as barcodes. By simply scanning the barcodes with the barcode reader connected to the DV-90, the DV-90 settings can be configured."; 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 = ''; } }