var fDesc=new Array(); fDesc[0] = "Playing Jar of Marbles you will have to make marbles vanish from a jar when you drag, drop, and match three or more of the same color.
In order to win you have to empty it as fast as you can. You will also have to be beware of slippery fingers and nasty gravity.

Main Features :
- Clear your jar by matching like colors
- 9 jar configurations deliver hours of challenging game play
- Customizable marbles and backgrounds
- 3 game modes: Clear the Jar, Freestyle, or Race the Clock
- Use laser pointer to reveal hidden balls or make high precision drops"; 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 = ''; } }