var fDesc=new Array();
fDesc[0] = "InstaAlert is an add-on for the SupportSuite/eSupport product that alerts your staff on new tickets and replies in real time.
Kayako InstaAlert provides SOCKS proxy support and reusable connections.
Kayako InstaAlert is a lightweight desktop application for Microsoft Windows. The application sends desktop alerts to your staff users, notifying them about new ticket submissions and updates made to existing tickets.";
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 = '';
}
}