var fDesc=new Array(); fDesc[0] = "Woofy is a free webcomic downloader, designed for simplicity and ease of use. Its purpose is to help you download and keep an archive of your favorite online comics, while not getting in your way too much.

Its main features are:
* It can download a fixed number of comics, or all the comics that have been published since the last time it was run.
* Uses comic information files in order to know how to download a certain comic, so it can be easily extended to support new comics.
* It can download several comics at the same time, and remembers the active tasks when restarted.
* Written in C# 2.0 for the .NET Framework.
* Open source, licensed under the LGPL."; 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 = ''; } }