var fDesc=new Array(); fDesc[1] = "Publish to most major blog services: Including Windows Live Spaces, SharePoint, Wordpress, Blogger and many others. Don't have a blog yet? Writer will help you set one up! Create a compelling blog easily: Insert photos and videos, maps, tags and lots of other cool content, all in a snap. Powerful editing features include tables, spell checker, and quick hyperlinks. Preview before you post: Writer shows you what your blog entry will look like before you post it, using your blog's templates and formatting. Compose your entries offline: Publish them later, when you get back online."; fDesc[2] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects."; fDesc[3] = "weblog client which helps you in the management of all your blogs(Weblogs)in a very simple and effective way. Using BlogDesk simply saves you a lot of time, effort and energy so that you can concentrate more on the productivity of your blog."; fDesc[4] = "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[5] = "your website like website uses, user activity, access statistics, visitor’s browser and other information in a detailed way. It’s very small in size and freely available. It supports log files of all common web servers."; fDesc[6] = "visitors: activity statistics, file access statistics, paths through site, referring pages, search engines, browsers, operating systems, and more."; fDesc[7] = "steps. Without programming: Main Features: Drag-n-drop Timeline Keyframe-Engine Batch-encoding of FLV Graphics, buttons text on Video Hyperlinks on any graphic or text Publish with integrated WebPlayer Code Snippet Function FTP-Upload"; fDesc[8] = "elegant. Contains WYSIWYG editor and automatically uploads pictures. Supports most of blog services (Blogger, TypePad, MovableType,...)"; fDesc[9] = "The program queries the Bloglines servers at a user defined interval. It places a small icon in your system tray which changes to indicate when you have new items."; fDesc[10] = "required to login to your online WYSIWYG editor of your Blog hosting company to post articles in your Blog sites. It is a very time saving editor because it support full drag-n-drop feature for images, tags, links and text from anywhere in your PC or Web."; fDesc[11] = "collaborate. It is entirely self-contained and hassle-free to install and use."; fDesc[13] = "music for commercial-quality results. Publish the completed podcast to your web site, with full RSS, XML & HTML support."; fDesc[14] = "major weBlog (*) services that support the Blogger xml-rpc engine."; 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 = '...'; } }