var fDesc=new Array(); fDesc[0] = "One Search Bar is a compact desktop tool for quick search. This search bar lets you launch searches without starting a web browser first. You type your search and hit Enter - the program will open a browser with the search results. This program give you quick access to many different search engines and resources - Google, Yahoo!, Bing, MSN, Ask, YouTube, Alexa, and others."; 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 = ''; } }