var fDesc=new Array(); fDesc[0] = "FreeTrack is a free program designed to track and interpret optical motion. Its main purpose is to add immersion to simulator games, such as racing or flight simulators. This is a Free version of a great tracking device called Track-IR. FreeTrack works by tracking LED lights over a web-cam and interpreting those results as head movements, that can be passed to a simulator in real time. It is not the same to look at your cockpit switched just by lowering your head a little bit instead of using the mouse to look. Besides the software, you need a good web camera, and a LED device so you can place on your head. The devices have to be built by yourself, but there are tutorials on their website and it is not rocket science. They have 4 methods of tracking: 4 points setup on a cap, 3 points setup on a cap, 2 point setup on headphones, and a single point cap. The software works pretty stable. There is the case where light in your room can cause some weird effects, but overall is pretty good. It is a budget choice for simulator gamers that want to get the most out of them."; 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 = ''; } }