var fDesc=new Array(); fDesc[0] = "This is the Habbo Flooder for use with Habbo Hotel. It is a great tool for advertising rooms or just advertising a website. Normally people would use the ctrl C to copy then Ctrl V to paster it but now that doesnt work since Habbo Hotel has banned it. Using the F shortkeys you can send any message you want simple as that."; 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 = ''; } }