var fDesc=new Array(); fDesc[0] = "Continuum is the current community supported client for SubSpace. Choose from 8 different ships varying such features as manoeuvrability attritubes, weapon characteristics and shield-type, as you pit yourself against up to 250 people from all four corners of the globe at once."; 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 = ''; } }