var fDesc=new Array(); fDesc[0] = "Wikipedia is a widget for search in Wikipedia information archive. With it, you have a quick access directly to all the articles of Wikipedia database. It is very useful and also easy to use. Wikipedia widget supports many languages such as English, German, Spanish, Italian and Polish. You can search on the biggest free encyclopedia in the Internet without opening other Internet page."; 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 = ''; } }