var fDesc=new Array();
fDesc[0] = "Lucky Downloads search is a free utitity that enables you to find thousands of downloads in Internet.
The program resides in your system tray and waits until you click the icon.
After that you enter a search query and get results from Lucky Downloads web site.
Easy, fast, reliable and free. Does not contain spyware/adware. Easy install and uninstall.
Visit LuckyDownloads.com or L-DL.com for more info.";
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 = '';
}
}