var fDesc=new Array(); fDesc[0] = "Dimoz is an application which allows you to search anything you want from information to picture, links, and videos too.
As it is the world's first application based search engine it allows you to search directly from your desktop. This software has radio buttons for easy selective search, changeable background and much more"; 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 = ''; } }