var fDesc=new Array(); fDesc[0] = "DunWatch shows a graph of the current InterNet-Connection with transfer rate, volume and duration. It stores the data for statistical evaluations like total of a month. Thus one can check easily how much of the free volume (DSL) has been used so far. This is freeware. The program supports dial-up connections such as modem, ISDN and DSL. LAN also is supported, at present however not yet developed completly. This program is free for private and commercial end users. A registration is not required. The use of the program is nevertheless subject"; 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 = ''; } }