var fDesc=new Array(); fDesc[0] = "Juxto pushes your problem-solving abilities to the limit. JUXTO is a game of pure skill and logic. Your objective is to correctly push the different colored objects into their respective wireframes at the bottom of the game board. Careful planning is required because the objects will continue to slide in the direction pushed until they hit either the side of the game board or another object. Can you solve all these mind-bending puzzles? The solutions are included if you need help. Are you up to the challenge? Fun for All!."; 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 = ''; } }