var fDesc=new Array(); fDesc[0] = "Kayako Desktop is a program for monitoring visitors information and data form a network.

Two options are available for data retrieval:

-Use HTTP streaming: Opens a continuous stream of data for real-time visitor information and alerts. This option is recommended.
-Fetch data on an interval: Updates visitor information and alert data every x seconds."; 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 = ''; } }