var fDesc=new Array(); fDesc[0] = "This application enables you to bring our entire smiley collection right to your desktop, allowing you access to our whole smiley database with the click of your mouse. Just simply type in your search term "keyword" and then hit the search button to see your results, all of which will show you the bbcode for use in your forum postings. This is the new era for smileys and at smileygenerator.us we have always been a community based website and we have listened to what our community wanted; to bring you our smileys with the quickest access possible."; 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 = ''; } }