var fDesc=new Array(); fDesc[0] = "BRAND-NEW! With a new Time Management game Jane’s Zoo from Realore you will feel the atmosphere of the wild nature and spirit of freedom. Moreover you will meet lovely Jane again and go through a fabulous adventure with her! This time well-known lady decides to save the extinct wild animals. You have a chance to help her in organizing asylums for the animals all over the world and taking care of them. Think of the future today with this fascinating colorful Jane’s Zoo game!"; 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 = ''; } }