var fDesc=new Array(); fDesc[0] = "Zoundry Raven is a great utility for bloggers. It is actually a WYSIWYG Blog editor and it is very helpful for all types of bloggers whether 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 and then post their articles any time whenever they have internet connectivity. So users does not required to stick with their internet connected PC. As it is a WYSIWYG based Blog editor so users does not required any type of HTML knowledge to format their posts but if you are an XHTML coder then Zoundry Raven have an option for them to format their articles with programming. It is very easy to use and very time saving utility for bloggers as it support live drag and drop feature for images, video and even text directly from Web. It also support UTF-8 character set for a standard format. But its live preview of posts in your own Blog’s template feature can impress anybody. Zoundry Raven has come with a tags option by using which you can provide any number of tags to your posts. You can also use this utility as a backup utility for your Blog sites as it can download your all posts of your Blog site."; 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 = ''; } }