var fDesc=new Array(); fDesc[0] = "KEEP IT UP! is a program designed to keep your internet connection alive , even when you walk away from your computer and not using it. Many programs claim to keep your internet connection alive but fail. KEEP IT UP! is designed not only to keep your internet connection up, but also provides information about your internet connection.
We hope KEEP IT UP! provides you many hours of uninterupted internet connections to your Internet Service Provider! Version 7 now can tell you how long you have been on your PC for that day. It even works if you turn your PC off and then on again. The PC Up Timer will total the amount of time the PC is actually running. Real-time monitoring of internet connection status and internet IP address."; 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 = ''; } }