var fDesc=new Array();
fDesc[0] = "Visual SEO Studio is a desktop SEO Audit Tool, a Visual approach to make SEO tasks quick and easy.
The program lets you Crawl one or more sites in parallel with its Interactive Web Spider, Spot on-site issues at a glance, Save Page Screenshot miniatures and see where the fold lays, visually edit robots.txt and XML Sitemaps files, Export to native Excel format..
With in depth SEO / HTML / URL reports no other SEO product offers (e.g. Truncated page titles, titles longer than 12 words,...), Visual SEO Studio assists you through all the SEO steps to Optimize Ranking, Click-Through Rate, Bounce Rate, and Conversion Rate.
Visual SEO Studio is a comprehensive SEO suite, all Visual. Check it out!
The program is conceived for SEO agencies and professionals, in-house SEOs, Webmasters and Inbound Marketers. Available in English, French, German, Italian, Polish, Russian and Spanish.";
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 = '';
}
}