var fDesc=new Array(); fDesc[0] = "In Rolls Pack you try to prevent the board from filling up by rolling rows and columns to create horizontal, vertical or diagonal lines, or groups of matching colored pieces. These are then removed from the board, freeing up space for more.

Main Features :

- 5 varied game types to enjoy: Kids, Simple, Classic, Blocks and Polyomino.
- Unlimited gameplay.
- Wonderful full-screen graphics.
- 80 levels of undo and redo.
- Save game feature.
- Customizable graphics.
- Record your top 120 scores for each game type."; 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 = ''; } }