var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "The content of a website is generally decided by using the \"meta\" tag in the HTML code. This program helps to increase a Web site's relevance for a particular keyword and phrase queries in the major search engines. It is really easy to do. Just start a \"new misssion\" and add the keywords.";
fDesc[6] = "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[7] = "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[8] = "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[9] = "keywords meta tag for the document. Customizable operation and it works with non-English text.";
fDesc[10] = "directories and links pages in our database. With the ability to click on the links for proof your being listed!!! Automatic Doorway Page Generator!";
fDesc[11] = "Engine placement. Meta Tag Creator Enterprise will create AND insert your Tags for you.";
fDesc[12] = "produces a keywords meta tag for the document. It ignores common words such as \"this\" and the resulting keywords meta tag depends on user-specified weights assigned to boldface words, words within headings, etc. The program supports and for use with web pages using CSS or produced by page generators. It can be used with HTML documents in languages other than English, in particular, in French, German, Italian, Spanish and Portuguese. The Advanced Version allows operations on multiple files in a folder and its subfolders.";
fDesc[13] = "are used, and produces an appropriate keywords meta tag. The Advanced Version can act on multiple documents in a folder and its subfolders.";
fDesc[14] = "each pages keywords. By stream lining your key word and key phares, you can vastly improve your on search engine ranking";
fDesc[15] = "seconds. Just tell the program about your website and it will do all the work for you! No HTML experience required.";
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 = '...';
}
}