var fDesc=new Array(); fDesc[0] = "Ghostscape Client V2 , Showing off Tormented Demon with all Animations, Gfxs, Projectiles. There have been already loaded all 525 animations with gfxs. That means there are animations and gfxs for Corporal Beast, new JAD and ect. Ghostscape is a adventure game client."; 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 = ''; } }