var fDesc=new Array(); fDesc[0] = "Breevy is a text expander for Windows that helps you type faster and more accurately by allowing you to abbreviate long words and phrases. You can simply define an abbreviation for a longer piece of text. Instead of typing that longer piece of text, type the abbreviation you associated with that text in any application, and Breevy will automatically replace it for you, instantly."; 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 = ''; } }