var fDesc=new Array();
fDesc[0] = "Web Site Downloader download entire Web sites , images, sounds and video, with one simple click.
Features:
-Extract entire sites just three simple clicks to download a complete website.
-Grab images, video & audio easily select exactly what you wish to save.
-Customize your results specify recursion levels, and more advanced settings.
-Lightning-fast downloads uses 8 simultaneous connections for super-fast downloading .
-Supports broken downloads continue any interrupted download without fuss.
Web Site Downloader will run on any PC running Windows, including Windows 95, 98, ME, NT, 2000, XP, Vista and 7.";
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 = '';
}
}