var fDesc=new Array();
fDesc[1] = "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[2] = "counts directly from Google. Checks competition in Google, Yahoo, and MSN. One-click brainstorming and LSI keywords.";
fDesc[3] = "and supply of any niche market within minutes.";
fDesc[5] = "variations. Position check. Check keyword density. Have titles, headers etc. \"weight\" more. Analyze competition, e.g. backlinks and page rank";
fDesc[6] = "Lists and much more. Free Trial.";
fDesc[9] = "marketing efforts.";
fDesc[11] = "web site fast and accurately. Features fast exhaustive keywords discovering and easy-to-use interface.";
fDesc[12] = "Title Tag, H1 to H5 and Alt Tags) and Website Content of Top 10 search results in Google. Spy hundreds of your competitors in minutes :)";
fDesc[13] = "program to research additional or alternative potentials for your web business or find good bid words.";
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 = '...';
}
}