var fDesc=new Array(); fDesc[0] = "Pioneer Lands gives you the best of business simulation and strategy game, set on the frontier of America's Old West!
It's a story about the brave pioneers who lived and tamed America's frontier. You are the first to make the long journey, full of dangers and adventure. Your mission is to explore eight original locations through 99 levels with an incredible range of tasks."; 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 = ''; } }