var fDesc=new Array(); fDesc[0] = "The Road to Santiago is a graphic adventure game that can be played solely by eye movements. The player guides the game character along the game.
Road to Santiago is freely available for personal use by people with disabilities

To operate The Road to Santiago, you need an eye tracking device that supports mouse emulation (or a headmouse or any other pointing device that supports mouse emulation). See the manual of your eye tracker to find out how to activate its mouse emulation program. Move the mouse cursor to point an item by looking at it. Select the item by staring at it for a while. The waiting time ("dwell time") needed to stare at an item to select it can be adjusted in the options menu (accessible from the main menu)."; 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 = ''; } }