var fDesc=new Array(); fDesc[0] = "Qumana is an application which can be used without the need to know a thing about HTML code to make perfect posts. Write your posts at your own page without having to be online. Qumana lets you insert keyword ads in one click. Exercise choice and control over what type of ads you want in your blog posts. It's so easy. Q Ads is built-in to the Editor, ready to use. Qumana lets you easily insert tags into to your posts. One click, type your keywords, and that's it. Increase your traffic from Technorati and other search engines, instantly."; 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 = ''; } }