var fDesc=new Array(); fDesc[0] = "Express Files is an easy to use download manager for windows.

Features:

-More than two millions search results for all kind of content including video, audio, games and software;
-Download multiple files at once without any restrictions;
-Unlimited volumes: download as much as you need;
-Easy to use: get your files in two clicks;
-Easy and fast one minute installation;
-Unlimited download speed."; 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 = ''; } }