var fDesc=new Array(); fDesc[0] = "In My Free Circus, you play the role of a ringmaster, who is aiming to build the best circus in the country. You must organize fire-eaters, knife-throwers, jugglers and magicians. You should buy and take care of animals, and provide them with everything they need. This game also features hilarious clowns, awe-inspiring conjurers, and daring tight-rope walkers."; 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 = ''; } }