var fDesc=new Array();
fDesc[1] = ", provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject.";
fDesc[2] = "and services. It includes how-to and reference documentation, sample code, technical articles, and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter.";
fDesc[3] = "This software teaches us how to type without looking at the keyboard. It features three levels, beginner, medium and advanced, so we can start learning from zero or just training our fingers for a faster typing.";
fDesc[4] = "and services. It includes how-to and reference documentation, sample code, technical articles and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter.";
fDesc[5] = "articles. When we open the program we can see a Menu Bar, one toolbar, one panel and a window, for put our articles. We can create and rewrite tons of articles for use them in our pages, this program is very useful.";
fDesc[6] = "a semi-automatic way. You just have to add the articles you want to submit, complete the articles' information, select the article site to which you want to submit them, and the program does everything for you.";
fDesc[7] = "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[8] = "multi-page E-Books created with this program can be run on any PC without installing CyberArticle. You can also create CHM (compiled HTML help files) using topics and hyper-links; and edit the saved web pages using the inbuilt editor.";
fDesc[9] = "English and Russian languages. These dictionaries include the most commonly used words and their translation options. The English-Russian dictionary contains 20,000 articles and the Russian-English dictionary contains 25,000 articles.";
fDesc[10] = "will obtain high quality, readable and most of all well flowing articles you can use for article submission.";
fDesc[11] = "the news in text articles, it is designed to run in Windows or Linux operating systems. The software supports multiple news servers at the same time, providing us the option to have various sources of news and save them using this application.";
fDesc[12] = "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[13] = "gather information to build up new and unique articles. Swap multiple paragraphs within multiple articles and create a customized version.";
fDesc[14] = "all of your articles on your computer, using a stylish interface and full support for getting contents from IE.";
fDesc[15] = "available to convert articles into audio files in wave or mp3 format for listening without speech expert later. Speech Expert being integrated with Internet Explorer the articles are added to the reading list without any hindrance due to reading small characters.";
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 = '...';
}
}