var fDesc=new Array(); fDesc[0] = "In a time of war, many are those whose story is never heard. In WWII the skies were, for the first time, a major battle-front. Many brave young people gave their lives, flying in tin cans filled with explosives and ammunition. This game is dedicated to the men and women on all sides who fought bravely in the service of their country. Air Conflicts is an arcade flight simulator game set in World War II, featuring the aircraft of this period and historically inspired missions. The emphasis is on intense dogfights, daring bombing raids and exciting aerial missions."; 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 = ''; } }