var fDesc=new Array(); fDesc[0] = "Stranded is a 3D survival adventure. You play a guy who stranded on an island and have to survive by building, collecting, exploring etc.

Main features:

- fast 3D engine with low system requirements
- huge islands
- a lot of animals and plants
- many different items
- 7 buildable buildings/vehicles
- 10 weapons/tools
- dynamic light effects
- day and night cycle
- particle effects
- fog
- map editor"; 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 = ''; } }