var fDesc=new Array();
fDesc[0] = "The latest version of Ranking Toolbox helps you to maximize your success and to obtain the highest-possible positions for your websites in search services! Ranking Toolbox provides a unique collection of tools for optimizing your websites at unbeatable value for money.
Ranking Toolbox power functions:
- Achieve a top ranking in search engines
- Measure your websites? ranking 100% accurately
- Compare the position of your website with the position of your competitors? websites, and find out how they achieved their ranking.
- The ranking history shows you how your ranking has progressed and thereby reflects the effectiveness of your work.
- Generate optimized html documents.
- Analyze search engines to discover how they calculate your ranking.
- Generate detailed reports and statistics.
- To-do list. Tells you which areas of the website have already been optimized and which still need to be improved
- Keyword wizard. Automatically finds new ideal keywords which fit the topic of your website - similar to the Thesaurus in Word.
- Only in Professional edition: Integration of "Linkpartner-Depot". Improve your website?s ranking by starting link partnerships.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}