var fDesc=new Array(); fDesc[0] = "Ancient trader is a quick, pick-up-and-play arcade strategy game for the whole family in the style of digital distribution titles like Carcassonne and Catan.

The thunder of the sea and the smell of exotic spices accompany your journey as you discover new islands with thriving ports full of exotic goods.

Sail through unknown waters where no ship has gone before, compete with other exploring traders, fight mythical sea-monsters and gather ancient artefacts that lead to the legendary treasure.

Main features:
- Simple and easily accessible strategy game for open target groups on XBLA and PC.
- Well balanced gameplay with exploration, trade, and combat always provides interesting options and a variety of choices to pursue.
- Multiplayer mode for up to 4 players to play local and online games on X360 and PC.
- Including a set of game maps and an intelligent map generator which provides an endless variety of scenarios.
- Unique art style in beautifully detailed hand drawn lines, capturing the spirit of old maps and medieval sea monsters."; 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 = ''; } }