var fDesc=new Array(); fDesc[0] = "The program allows to control an internet connection (Dial up, GPRS, VPN, XDSL,...). With its help you can call up call dialog, break connection, control, how much time you've spent in the network, incoming and outgoing traffic. It has a flexible system of tariff adjustment. Possibilities: -Call of a reach dialog. -Internet connection indication. -Account of time, spent in on-line mode. -Account of incoming and outgoing traffic. -Shows speed of connection. -Indication of data dispatch and reception. -Conduction of journal of connection according to months. -Flexible traffic adjustment. -Statistics of time, spent on-line, of traffic and price. -Statistical diagrams. -Internet disconnection. -Password protect -Users support -Statistic filters -Calculate cost for traffic -Separate ISP statistic-Traffic graph"; 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 = ''; } }