var fDesc=new Array(); fDesc[0] = "Zero Sight is a flight simulator audiogame specifically developed to be played without the use of eyesight. The player will be flying the LB-1117, a fictional airplane modelled to be similar to the modern airplanes like F-22 etc, through a campaign of different missions and objectives.

Features:
- Modern airplane
- Real time action
- Realistic air and land traffic
- Control tower communications
- Real-time-changing weather conditions
- Real weapons
- Customizable airplane
- Statistics tracking system
- Detailed aircraft manual."; 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 = ''; } }