var fDesc=new Array(); fDesc[0] = "IndiaGlitz Download Manager is a software developed by IndiaGlitz to allow users to download and mange their movie collection. The primary advantage of using this software to view your movies are:

- Download a file a lot faster then what you brower will alow.
- Progressive download so you watch the movie while it downloads
- Stop and restart downloads.
- Unattended download and scheduling.
- Download the movie from the fastest connections
- Error recovery from disconnects.
- Organize and categorize your movies and share with your friends"; 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 = ''; } }