var fDesc=new Array(); fDesc[0] = "Babeo is a shepherd. He's always very sleepy and often falls asleep when is working. Because of this his sheep wander about without control for hours and often penetrate into the derelict mines situated near the grazing - lands. As a matter of fact, in these mines grows a special variety of savoys, which don't need sunlight. These savoys are very tasty and tender and sheep are attracted by them."; 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 = ''; } }