var fDesc=new Array(); fDesc[0] = "Experience a wonderful journey and get a taste of the American Wild West! Visit the exotic and unspoiled regions of the United States in the late nineteenth century. Become a young adventurer and overcome challenges. Travel the road full of surprises from the east coast to the peaks of the Rocky Mountains.

On your way you will meet amazing cowboys and exotic Indians. Solve puzzles to help you get to your goal. Superb graphics, this Hidden-Object game contains a number of original mini-games and gives you a feel of the closing days of the Wild West."; 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 = ''; } }