var fDesc=new Array();
fDesc[1] = "adds the ability to buy movies online as well. The estimated cost for each movie varies between about $2 and $5. This version also includes a tool called Genius, which lets you create playlists automatically by analyzing your personal library for songs that are related.";
fDesc[2] = "engines, measure and analyze traffic to your site. Instantly find out which keywords fit in well with your search engine optimization strategy. Analyze how well your site is optimized for search engines and find recommendations how to improve your rankings. Automatically submit your site to the best search engines, find the regularly updated recommendations on manual submissions and registrations with pay-per-click search engines. Check your site rankings in over 100 search engines. Live traffic analysis will provide you with actionable insight based on up-to-the-minute trends. Using over 160 analytical reports you will understand your visitors and answer questions that influence the bottom line of your business: where they come from, what they want; and why they don";
fDesc[3] = "pages. You can use Good Keywords to find suitable keywords sets, create your customized meta tags, brainstorm product ideas, etc. The program has six different modules, each with its own utility.";
fDesc[4] = ", 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[5] = "Optimization. The main tab of the system is the SEO Analysis which, in turn, includes the five following tabs: Page Summary, Outgoing and incoming links, meta tags, and images.";
fDesc[6] = ", 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[7] = "save that info inside AVI file. Supports more than 40 tags, not only \"Title\", \"Subject\" and \"Copyright\".";
fDesc[8] = "its name. It can work with more than one song. Shuffling option can be enabled or disabled. In addition, the playlist title can also be set. The program contains predefined streaming examples for MP3 and Windows Media files.";
fDesc[9] = "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[10] = "hundred of phrases and sentences that include your keyword. Then create meta tags with a single button click.";
fDesc[11] = "search engines more accurately find and index your Web pages. This makes for easier searching and helps drive more traffic to the your si...";
fDesc[12] = "Engine placement. Meta Tag Creator Enterprise will create AND insert your Tags for you.";
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] = "seconds. Just tell the program about your website and it will do all the work for you! No HTML experience required.";
fDesc[15] = "create professional and effective META tags for Web pages. Generate 'Keyword', 'Description', 'Author', 'Copyright', and 'Robots' META Tags; then, automa...";
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 = '...';
}
}