var fDesc=new Array(); fDesc[0] = "Once upon a time, there was a beautiful and happy country named Butterflyland, where all butterflies were gay and free. The land was blessed until evil greedy dwarfs came and shattered peace and quiet of this place.

The evildoers captured all butterflies and immured them in mysterious dungeons, built of heavy stone blocks. Now all butterflies are sad and pray for help. Can you destroy all blocks and save butterflies?"; 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 = ''; } }