var fDesc=new Array();
fDesc[0] = "MindFreaks Downloader is a powerful Internet downloader designed to be able to download mainly all file types. MindFreaks Downloader provides users with a friendly and easy-to-use GUI (Graphical User Interface) and high speed downloads with advanced statistics.
MindFreaks Downloader will send an e-mail notification everytime a download has successfully finished, keeping you informed anywhere you are.";
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 = '';
}
}