var fDesc=new Array(); fDesc[0] = "Tickle lets you keep your Internet Service
Provide (ISP) connection alive. Tickle lets
you specify one or more Domain Names (or IP
addresses). Then Tickle lets you specify a
time period, for example 5 minutes. From then
on, Tickle makes sure that Domain (server)
gets 'tickled' at your specified rate. Tickle
also has a 'roulette' and 'random time' mode
so that different Domains are 'tickled' and
ensures that the tickle is sent at a (slightly)
random time. Tickle runs in the TaskBar's
Tray area."; 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 = ''; } }