var fDesc=new Array(); fDesc[0] = "A long icy tack winds between the snow-covered pines of a snowy winter landscape The perfect place for the four man bob team to practice.
The four occupants of the bob race at breakneck speed along the track. The combination of high speed and centrifugal force sometimes pushes them up the sides of the track as take on the curves, but their team captain keeps the bob under control and brings his men to the finish line without incident.
But that was just the first run..."; 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 = ''; } }