var fDesc=new Array(); fDesc[0] = "Wikitool allows you to search for articles on the popular Wikipedia online encyclopedia website without using a web browser. Wikitool features an intuitive multilingual interface that comprises navigation options to make things even more easier. With the push of a button, the application can access Wikipedia articles randomly, so you might just stumble upon something that catches your interest."; 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 = ''; } }