var fDesc=new Array(); fDesc[0] = "Juggling Animation Creator is a tool to generate, learn, and create juggling patterns. If you got the three ball juggling down already, and know these tips, you can learn 4-ball or 5-ball juggling. This software allows you to learn some basic illusions, and move onto the more advanced illusions."; 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 = ''; } }