var fDesc=new Array(); fDesc[0] = "Piri the Explorer Ship is an interactive 3D game, that places you on the great Turkish cartographer Piri Reis’ 1513 world map to explore the multinational and multicultural entity of the 16th century via starting a quest for the secrets behind the map.

Entering the game, an old captain’s voice welcomes you on board and tells you to find the secret of the 1513 map of Piri Reis."; 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 = ''; } }