var fDesc=new Array();
fDesc[0] = "DeskAlerts - desktop alert software is the easies way to provide your customers with your news and alerts. DeskAlerts Desktop Alert Software is a small software that sits in customer Windows taskbar and pops up window every time you send broadcast message and you even can send personalized messages.
This is more effective than e-mail or RSS. Your message will be delivered with 100% guarantee. No spam filters, no obsolete addresses. Your customers don't need to know what RSS is and what to do with it. They need to download small application only.";
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 = '';
}
}