var fDesc=new Array(); fDesc[0] = "Millennium 2 is the sequel to the new epic saga of Aldorlea Games, specialists in RPG and Adventure. Will Marine gather the people she needs so that they can challenge the Lords of Mystrock to a legendary showdown?

With magic and marvels a world and journey await you."; 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 = ''; } }