var fDesc=new Array(); fDesc[0] = "Korea: Forgotten Conflict is a war strategical game where the player takes on the role of leader of a small group of military specialists.
Set in Korea during the conflict between North and South Korea, the game offers an authentic setting from the period - along with all its nuances. Diversity in locations - such as enemy bases, airfields, railway stations, factory facilities, Prisoner of War camps, as well as harbours, historical palaces and monasteries - bring each detailed scenario to life."; 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 = ''; } }