var fDesc=new Array();
fDesc[1] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure.";
fDesc[2] = "your content, and getting more traffic.";
fDesc[3] = "my site handle? Will my site crash under load? What are the response times? Easy to use, no scripting but can design advanced scenarios";
fDesc[5] = "XML or compressed gzip format, keep up-to-date, edit them, upload to web server and submit to search engines that support XML sitemaps.";
fDesc[6] = "feed subscribers. Stop searching for places to promote your blog, and quickly submit your feed to 200 of the top blog and RSS feed directories.";
fDesc[7] = ", Ask & MSN), RSS import, HTML site map export etc.";
fDesc[8] = "database that allows you to submit your web site to the Internet's biggest search engines and directories and request domain whois information.";
fDesc[9] = "distribution sites across the Internet.";
fDesc[10] = "site in seconds.";
fDesc[11] = "Generator and HTML/xHTML Validator three web tools.";
fDesc[12] = "on your products. Create and submit orders via e-mail to one of your branches / sales departments right from within the program. Prompt your customer for additional information upon order submission; credit card or discount card number, Tax ID or other information you may need. The program features wide capabilities for creating, printing, and writing your product catalog on a CD. MyBusinessCatalog provides flexible means for customizing the appearance of the digital catalog. It includes an internal print-copy appearance customization module. The setup has several pre-designed templates for printing the catalog in one, two or three columns. The catalog can display descriptions of any level of details with 2 photos per each product item. The catalog can be written on a CD to be handed to your customer, printed, exported to one of the popular formats (PDF, TXT, CSV, HTML, XLS, BMP, JPEG,...";
fDesc[13] = "Internet.";
fDesc[14] = "products. The Fast Submit has many ways to speed up your software promotion and to make this process more comfortable for you. Advanced options include submission into many sites, multithread operations mode, 100% support with a PAD XML standard, multilanguage products, powerfull site collection builder and auto-form builder.";
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 = '...';
}
}