var fDesc=new Array(); fDesc[0] = "FanFictionDownloader supports several different FanFiction archive pages to download from. Click on "Supported Archives" in the left menue to get the list and learn how to use them.

Your downloaded fanfictions can be saved in 14 different output formats. You can choose between the following formats:

- EPUB - Used by a lot of e-book readers (e.g. Sony)
- PDF - Who doesn't know this format?
- MOBI - e.g. Amazon's Kindle
- RTF - The old 'standard' output of FanFictionDownloader
- TXT - older mobile phones or smartphones without e-book software will love it
- HTML - standard webpage
- FB2
- LIT
- LRF
- OEB
- PDB
- PML
- RB
- TCR"; 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 = ''; } }