var fDesc=new Array(); fDesc[0] = "Key features Upload:
- Drag and drop files easily and quickly into the Tool
- Very clear upload History in html and txt
- Upload is realized via special API
- Max. 20 parallel uploads


Key features Download:
- resume support
- Parallel downloads (Max 20)
- Downloadlists Administration (*.nl files are supported and *.grx files, too.)
- Stable under Win98/XP/Vista
- Drag and drop files and links directly from IE / FF or from the computer
- 100% netload supported
- automatic download of http://netfolder.in Links (this link must put in single link add).

Other:
- automatic update feature
- automatic account checking
- proxy support
- upload / download limit set
- options dialog has a new layout"; 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 = ''; } }