var fDesc=new Array();
fDesc[1] = "non-commercial use only.";
fDesc[2] = ", plus a few handy features. It even functions as a music downloader as well! There are 3 simple ways for you to find the videos to be downloaded. You can save them in various formats, including mp3, mp4, or even iphone/ipod-compatible .";
fDesc[3] = "web site design software. Features include: drag and drop design, full website management, website asset management, built-in FTP and more.";
fDesc[4] = "enemies to save his life. You are going to plunge into the underwater world, full of dangers and adventures.";
fDesc[5] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear.";
fDesc[6] = "free the population of the planet. Well-equipped detachments of enemies spaceships stand in your way.";
fDesc[7] = "Enggist & Grandjean Software SA and Recipe Center) give the opportunity to share with us their fabulous software named Recipe Center. When you visit the main web site you can be linked directly to the Recipe Center, where you can obtain for free their software.";
fDesc[8] = "population of the planet. Well-equipped detachments of enemies spaceships stand in your way.";
fDesc[10] = "Which means you can host your website on your PC rather than looking for those free host or paying your web hosting company.";
fDesc[11] = "your HTML file to an unmodified one. It can be used with Ewisoft Web Builder, a Free WYSIWYG Html Editor.";
fDesc[12] = "ISO/IEC 23026:2006";
fDesc[13] = "designs, easy-to-use software, and effective traffic building tools - even rapid development ecommerce tools for those selling o";
fDesc[14] = "low-level dry surface coverings. This particular screensaver is designed for use on a Windows computer.";
fDesc[15] = "Site Sentry to match your Web Site color scheme, Create up to 1,000 usernames and passwords, Add/ Delete/Modify and Sort users quickl";
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 = '...';
}
}