var fDesc=new Array(); fDesc[0] = "HandyFind is a faster, friendlier way to find words in documents and web pages. It finds the words as you type so you'll find what you're looking for as soon as you have entered enough letters. There are no windows to close or get in your way. It works in Internet Explorer, Microsoft Word, Notepad, Outlook Emails, and more. HandyFind's innovative interface displays a small balloon to guide your eye to the text you’re searching for. The balloon displays the letters you're typing and changes colors to indicate if the text is found, not found, or something you already found before. With HandyFind, you can also highlight a word in a document and press a key to instantly find the next occurrence of that word. In Internet Explorer, if your search lands on a link, you can "click" the link by pressing the Enter key."; 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 = ''; } }