var fDesc=new Array(); fDesc[0] = "Fascinating arcade game Pearls for Pigs is an original remake of the The Three Little Pigs fairy tale.

The funny thing is that Wolf is not as interested in the pink pigs as he is in the bright-colored balls rolling down the gutter straight to his mouth.

Your task is to prevent him from eating the balls shooting similar balls of the proper color. Remember: accuracy is the key to winning!"; 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 = ''; } }