var fDesc=new Array(); fDesc[0] = "Entropia Universe is an advanced 3D online virtual environment with a developed planetary system and one universal Real Cash Economy system. Each planet offers a wide variety of exciting entertainment. You can travel between the planets through space and socialize with people from all over the world. The Entropia Universe economy is built on an advanced micro-payment system, giving you as a participant a great freedom-of-choice."; 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 = ''; } }