var fDesc=new Array(); fDesc[0] = "In this game you have to explore the game world and complete quests without going back to the menu. Also the game world itself has become more interactive - graphics as well as the gameplay have been improved. Fatigue, Petrol, and Experience variables have been added, as well as changing of weather and other features to diversify your gameplay. There are now more than 70 different assignments."; 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 = ''; } }