var fDesc=new Array();
fDesc[0] = "Hello Engines! 7 ensures that your website is technically error-free and optimized in such a way that you can reach the best ranking in search engines like Google, Yahoo or Bing.
Hello Engines! 7 is the software that allows you to take search engine optimization into your own hands - no matter if you are a professional web designer or absolute beginner. Hello Engines! 7 helps you — easily, comfortably, fast.
Hello Engines! 7 checks in which search engines you are not yet listed and submits your website to them.
Thus you will get numerous links to your site.
-Hello Engines! will help you to attract more visitors to your website, achieve better ranking positions in search engines and increase your sales!";
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 = '';
}
}