var fDesc=new Array(); fDesc[0] = "Sky-Fighter is a futuristic-action game for Windows users. The game conflict is increased by a secret project called the Atum Project because the original plan was revealed to the rebel troops by a scientist. There are 4 types of gears available in the game: Brandy Burg, Idle Sniper, Meadow Bugle and Anima Mortar."; 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 = ''; } }