var fDesc=new Array(); fDesc[0] = "ASEOPS is the complete package for search engine optimization, with more than 20 analysis functions, tools, and reports, ASEOPS contains everything you need for the complete SEO of your websites.

Store all your website projects and associated data in one central place and correct problems and errors directly from ASEOPS.

Monitor the exact positions of your websites and those of your competitors for all the important keywords in search engines."; 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 = ''; } }