var fDesc=new Array(); fDesc[0] = "Synology Download Redirector is a free application designed for you to manage BT, eMule, FTP, and HTTP download tasks on your Windows or Mac computer. Install and launch the program to have your links easily dragged to the Drag Zone ready for download.

Before you can start adding download tasks, you need to assign a target server. To create a download task, you can drag the file or its link address to the Drop Zone on the desktop to download it (Only for Windows users.) You can also drag it to the download list of the program window."; 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 = ''; } }