var fDesc=new Array(); fDesc[0] = "SmileyGenerator.us now brings all the features of the most advanced Smiley Sign Generator right to your own desktop. Just type in your message, select your colors and a few others simple options, then press "GO". When you have the image you want displayed in the generator, you can press the download button and choose a name for the image and a location to save to."; 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 = ''; } }