var fDesc=new Array(); fDesc[0] = "NetTraffic is a program used for monitoring internet data usage. NetTraffic allows you to monitor data rates and count of downloaded, uploaded data. Application show data rates on chart and as text. Statistics module present prognosis, average rates and information about current state. Tables and charts present statistical information from selected period (available: year, month, day, hour). You can simply get information about time you spend on a computer using statistics module. It features with easily understandable user interface and even beginner can use it without any doubt."; 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 = ''; } }