var fDesc=new Array(); fDesc[0] = "Santa Ride! 2 1.4 is a game where you must help Santa Claus to deliver gifts.

It´s Christmas´ Eve. Santa Claus needs your help to deliver the gifts to the children in a small town.

You must try to avoid to keep them waiting, or they wouldn´t believe in Santa anymore. You can check that by looking to the Santa Faith bar on the left of the screen.

You will have to collect the gifts to deliver by driving the sledge with the cursor movement keys (up to go faster, down to brake, left to go left, right to go right) and throwing the gifts into the chimneys using the Spacebar. You can tell the children you were there by pressing the H key.

While driving the sledge, you will also be able to catch some power-up items that will increase Santa special powers. the Horseshoes will give you a better sledge handling, the Carrots will increase the speed of the Sledge, and the Cookies will double your score.

The Options will allow you to change the keys to control everything, the audio and video options."; 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 = ''; } }