var fDesc=new Array(); fDesc[1] = "supports Mac OS X and Linux. Unlike many other newsgroup readers/usenet readers out there, SABnzbd servers only one purpose: to download the binary files attached to newsgroup posts."; fDesc[2] = "decode binary posts. The program is very easy to use and intuitive, and features a nice user interface. It supports SSL connections and allows you to download from multiple locations simultaneously to your news servers."; fDesc[3] = ", sometimes find nice landscape, buildings, monuments, streets, but with some obstacle in the way, thus preventing us to take an otherwise perfect picture. Now we can take that picture and edit it with Wire Pilot."; fDesc[4] = "features. The only reason why I would give up Google Reader for this one, is that RssBandit can synchronize completely with Google Reader, which not many readers can do."; fDesc[5] = "options to narrow down your search result. Set notifications to alert you, or send you an email when new posts meeting your criteria appear on craigslist."; fDesc[6] = "they are bulk articles poster, frequent article poster, novice blogger or one of those blogger who don’t have 24 hour internet connection. Each type of blogger can write their articles and format them offline according to their site with Zoundry Raven."; fDesc[7] = "automatically links to zemanta.com and provides services such as adding images from flickr directly to your post, making your blog post more SEO friendly, automatic tagging."; fDesc[8] = "an issue of inserting of advanced typographic symbols within your blog becuase currently Windows Live Writer does not have such an option. To resolve this issue Brian Vallelunga created a nifty little plugin that allows you to add various typographic symbols within your blog posts."; fDesc[9] = "can configure the connection to our news server, select the location where we want to save the files, view the whole list of newsgroups available from our server, and subscribe to as many newsgroups as we like."; fDesc[10] = "desktop and save a top of time. Save your passwords in the GC Forum Poster and save posts."; fDesc[11] = "This software is of great help in generating automated posts and also in editing of forum posts. This is done by two main options of the Pawsoft Fass application which are Post editor and Post generator."; fDesc[12] = "Writer whether it be blog settings, draft posts, recents posts etc. A single backup file is generated that can be saved on a flash drive and when you like you can restore that backup using Windows Live Writer Backup software."; fDesc[13] = "specify. The program can make a copy of your channels and it allows you to restore them at anytime. The program can be minimized to tray and stay on top of other applications."; fDesc[14] = "to your blog posts. Whenever you enter an acronym, it is searched on various websites such as TUCAA and AcronymFinder and the actual description is fetched and inserted within a blog."; fDesc[15] = "newsgroups. Uses various filters to check only topics you're interested in."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }