var fDesc=new Array(); fDesc[0] = "Egglomania takes the logic of the best selling puzzle game to a new dimension. Carefully fit your eggs into the tray forming lines in three directions at once. The eggs appear in ever increasing complexity of colors, patterns and arrangements. Eggs must be lined up and shipped out before they crack! Use your skills of organization and planning to ensure you never run out of space! Sounds too easy?

Egglomania is an addictive arcade puzzle game; it's easy to play but hard to crack! A fresh addition to the classic puzzle game family."; 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 = ''; } }