var fDesc=new Array(); fDesc[0] = "Minecraft Skin Stealer is an application which allows you to download as many skins as you want, from any player. You go on a server and see someone with an awesome skin, and you want it. All you need to do to get their skin is type in their name and click download."; 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 = ''; } }