var fDesc=new Array(); fDesc[0] = "SmartBee is a software program that randomly replaces your customized email signatures every given minutes with a new funny cookie. A program that both has a nice dynamical graphical user interface, allows you to make your own fun, search for stuff and copy jokes to the clipboard. A program that helps you take those forgotten breaks every hour. A program, written for the purpose of making you happy and perhaps learn one or two witty quotes. A program with one of the world''s largest collections of unique textual pieces of fun for you."; 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 = ''; } }