var fDesc=new Array(); fDesc[0] = "In the fascinating world of Dawn of Discovery the player will sink into a unique building strategy game, where he sets sail in a beautiful island world to master the tricks of trade, diplomacy and economy, building up his own monumental cities. Continuous careful and elaborate planning will help fulfil his citizen’s needs and let his empire flourish. The upcoming Dawn of Discovery will bring this award-winning building strategy series to a new level.

Discover a strange and wondrous land in the uttermost East: the Orient. This highly civilized land will provide you with endless opportunities, and with the help of your new allies, your occidental cities will prosper and become mighty metropolises!."; 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 = ''; } }