var fDesc=new Array(); fDesc[0] = "Santa in search of toys - This is a nice 3D platformer with a side view. In it you will have to play as Santa and collect a variety of toys to then put them under the Christmas tree in the house! To complete a level, you need to collect a certain number of items, but this is not easy to do, because you will be hindered by obstacles. Santa in search of toys - This is a nice 3D platformer with a side view. In it you will have to play as Santa and collect a variety of toys to then put them under the Christmas tree in the house! To complete a level, you need to collect a certain number of items, but this is not easy to do, because you will be hindered by obstacles. Santa in search of toys - This is a nice 3D platformer with a side view. In it you will have to play as Santa and collect a variety of toys to then put them under the Christmas tree in the house! To complete a level, you need to collect a certain number of items, but this is not easy to do, because you will be hindered by obstacles. Santa in search of toys - This is a nice 3D platformer with a side view. In it you will have to play as Santa and collect a variety of toys to then put them under the Christmas tree in the house! To complete a level, you need to collect a certain number of items, but this is not easy to do, because you will be hindered by obstacles. Santa in search of toys - This is a nice 3D platformer with a side view. In it you will have to play as Santa and collect a variety of toys to then put them under the Christmas tree in the house! To complete a level, you need to collect a certain number of items, but this is not easy to do, because you will be hindered by obstacles."; 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 = ''; } }