var fDesc=new Array(); fDesc[0] = "Looking for an icy game? A nice little whale is taken prisoner by an evil Yeti who keeps him in a locked cage. To play this icy game, you have the choice to be a boy or a girl. To find the whale and release it, you'll have to find a way through the snow, jumping over ice water, pass over bridges not very strong, fight the guards, who are opening passages to find objects and also go down the runway of the largest snowboard ever seen. Beware of obstacles and springboards on the runway. Some of them bring you bonuses while others make you fall. You must be very brave. Download this icy game totally for free right now!"; 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 = ''; } }