var fDesc=new Array(); fDesc[0] = "From year to year a fairy tail comes back to us and takes our favorite characters with it. They have not changed since we first met them. After wishing happiness, love, and success to everyone they go to our children. Those are their main admirers for whom the fairy characters make this trip each year. They are doing a priceless favour for us adults by helping to develop our kids' fantasy and imagination, sympathy and kindness. And it is wonderful that with the children there are not only loving and attentive mothers, strong and fair fathers, wise and kind grandparents, but also the fairy characters which fulfil the most secret wishes of their little friends."; 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 = ''; } }