var fDesc=new Array(); fDesc[0] = "Ras Timer counts the period of time your Dial-Up connections are kept active. After installing and launching the program is running in your system tray. A special icon in the taskbar is the evidence of it. The application detects all connections via Dial-Up Networking and count the period of time while they are active. Move the mouse pointer above the tray icon and you will see how much time the current connection is active. Right click of the mouse on the tray icon makes a pop-up menu appear. Using it you can access preferences section. Here you can customize performance of the utility on your demands using a range of settings. For example, you can set a special password protection that restricts the access to defined functions. RasTimer also includes history section and saves all logs into it. Here you can see all Dial-Up connections with detailed information about each of them, like date, start time and the period of time it was active. The program has a great detailed help file that includes all required information about its’ performance."; 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 = ''; } }