var fDesc=new Array(); fDesc[0] = "Syndicate Plus is a tactical game in which you are an ambitious marketing director in the Syndicate, hand-picked to lead a team of cyborg mercenaries. Your job is to make sure that your employers get what they want. At your disposal are four cyborg agents, an impressive arsenal of weapons and gadgets, and a massive selection of cybernetic upgrades. You are free to unleash this power on a highly interactive map where you can blow up buildings, steal cars, light trees on fire, or just shoot stuff."; 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 = ''; } }