var fDesc=new Array();
fDesc[1] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[2] = "Clipping Personal. With these information management tools, all of them in one application, the process of information collection and customization will be very easy for you.";
fDesc[3] = "download a video; it also comes with a built-in video converter that can convert the downloaded video for your iPod, iPhone, 3GP player, Xbox player, Archos and for many other popular multimedia players.";
fDesc[4] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like.";
fDesc[5] = "you can easily view and edit your images. The tool also supports the slideshow mode for comfortable image viewing. Composed in a simple-to-use interface this application can be mastered by novice users too.";
fDesc[6] = "from web pages in a few simple steps. With this incredible application, you will be able to get lists of meta-tags, e-mails, phone and fax numbers, etc. and store them in different formats for future use.";
fDesc[7] = ", but will immediately update to version 8.5.0.4. This program is dedicated to promote web sites in 19 different search engines. It also contains website maintenance software, and web optimization software tools.";
fDesc[8] = "sites` exposure on the Internet and draw maximum volume of targeted traffic. It allows you to save time and expenses for site promotion campaign";
fDesc[9] = "the first page when user searches related topics in the search engine. For quite a few years, website owner have been searching a lot to cut this extra cost. TrafficSeeker is an efficient software tool which provides users the facility to enhance their positions to the top rankings";
fDesc[10] = "the names of files and folders can be changed. The names can be completely redone and new names can be given, such as in number order or with meta variables. It is also possible to edit the names that are already given.";
fDesc[11] = ", the wizard will display a list of them and provide you with the options of saving the tags for loading and editing later, copying them to the clipboard for pasting into your web page code using your HTML editor.";
fDesc[12] = "program, input the information and either generate a TXT file with the META tags in it or copy them to the clipboard for pasting into your favorit...";
fDesc[13] = "keywords meta tag for the document. Customizable operation and it works with non-English text.";
fDesc[14] = "Engine placement. Meta Tag Creator Enterprise will create AND insert your Tags for you.";
fDesc[15] = "are used, and produces an appropriate keywords meta tag. The Advanced Version can act on multiple documents in a folder and its subfolders.";
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 = '...';
}
}