var fDesc=new Array(); fDesc[0] = "Have you found a great new mesh that would be just perfect for that hero file it took you 3 hours to get just right? Wouldn't it be great if you could instantly just change the mesh for the hero file, rather than having to create it all again from scratch? Or maybe you have hundreds of hero files and you want to get into modding. Gee, that seems like a waste, to have to type all that stuff in again. Wouldn't it be better if you could just send your hero file over to your mod .DAT files? Well, now you can with the EZ Hero!"; 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 = ''; } }