var fDesc=new Array(); fDesc[0] = "Battle of Europe 1.0 is a 3D arcade-style air force game set in the skies of the time of World War II that challenges players to take part in 16 historical air battles over detailed scenic models of Norway, London, Dunkirk and Berlin, and return safely from realistic dog fights. Players are provided with tutorials in Battle of Europe 1.0 to prepare them for the 16 missions they will be involved with in the game, which is set in war torn Europe. Over 180 models of planes, bases, ships, and vehicles are featured for players, and with a full hanger of fighters and bombers, they have everything they need to get them through the 16 missions they must complete in the game."; 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 = ''; } }