var fDesc=new Array(); fDesc[0] = "StayAlive Pro is freeware windows 95/98/NT/2000/2003/XP program that simulates Internet activity so you don't get disconnected from your ISP.

Features:
- Works with modem, adsl or cable connections
- Simulates Internet activity through HTTP or PING
- Nag window removing (when ISP informs you that you are inactive too long)
- Automatically start/stop activity when online/offline (DialUp)
- Automatically start the program with Windows
- Always on top
- HTTP proxy support
- Stop simulating activity at specific time
- Disconnect at specific time
- Skin support
- Freeware!

www.bysoft.com
info@bysoft.com"; 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 = ''; } }