var fDesc=new Array(); fDesc[0] = "The DOP software can visualize the input from your scale and show it as a graph. All input data from the device are stored in the DOP and therefore it is possible to zoom in and out, store the data on disk and to analyze the data more carefully.

Features:
- Show weight data as graph in realtime
- Easily setup H&B device parameters
- Save graph data ot excel format
- Save to JPEG
- Automatic software update
- Remote control of device via internet

The DOP software is often updated, so please check the site frequently for new updates."; 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 = ''; } }