var fDesc=new Array(); fDesc[0] = "Living code is a life simulation, where you can even make your own creatures, or simply watch the evolution. In Living code you have the opportunity to play with the creautres like you want.

You can give them food, infect them with viruses, change the DNA, change the look, or just delete them. Your changes will affect the evolution of the creatures. The fate of your creatures lies in your hands."; 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 = ''; } }