var fDesc=new Array(); fDesc[0] = "Prepare yourself for a puzzle game like no other. The latest, greatest adventure in puzzling Magic Vines will take you from the jungles to the plains and everywhere in between. Explore each stop by solving a series of increasingly difficult puzzle boards. Once you have selected a location, fly off to a new part of the world where more challenging puzzles await."; 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 = ''; } }