var fDesc=new Array(); fDesc[0] = "Magic Carpet 2: The Netherworlds is a fantasy game. The basic concept of the game remains the same as Magic Carpet, with the player being able to build a castle, collect mana, destroy creatures for their mana and battle rival sorcerers. It featured the addition of night-time levels, and underground levels, which not only helped alleviate the repetitiveness of the preceding game, but also accompanied the storyline progression, which was mapped out before each level."; 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 = ''; } }