var fDesc=new Array(); fDesc[0] = "Strike Fighters is a PC game (Combat / Flight Simulator) that primarily centers on a fictitious conflict in the Middle East between the Kingdom of Dhimar and the Empire of Paran from the late 1950s to the early 1970s. Although the countries and conflict may not be real, the aircraft and weapons used are completely accurate."; 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 = ''; } }