var fDesc=new Array(); fDesc[0] = "It's Foxy Winter in Foxy World - a perfect time to get ready for the winter holidays, dress up beautiful Christmas tree and get a fewgifts for friends. But, as usual, there are some mean monsters that don't like holidays and will do whatever it takes to ruin fun foreverybody else.Don't let these fiends destroy the holiday season by helping Foxy and his girlfriend pick up all gifts on each level. And don't forgetthe star that will go atop the Christmas tree."; 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 = ''; } }