var fDesc=new Array(); fDesc[0] = "Wargame Red Dragon is a realtime strategy war game. It comes with impressive 3D graphics. You command the military resources of all 17 nations involved, assembling your fighting force from a selection of 1,450 units. You can engage in the war using tanks, planes, helicopters, warships and amphibious units."; 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 = ''; } }