var fDesc=new Array(); fDesc[0] = "Save Private Sheep in this exciting and challenging Puzzle game! Can you successfully avoid the hungry wolf and make it home? Find amazing powerups and transform Private Sheep into the power Super Mouton to make your travels easier. Earn countless awards and unlock bonus levels to push your skills to the limit in Saving Private Sheep!"; 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 = ''; } }