var fDesc=new Array(); fDesc[0] = "GoPanda 2 is a modern client to Pandanet that runs in the browser. It features a clean, intuitive user interface that allows you to play, talk, and connect with thousands of players on Pandanet easily. You can tag players as friends to find them quicker. You can also search the IGS game archive from the 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 = ''; } }