var fDesc=new Array();
fDesc[0] = "Developed by Eugen Systems, R.U.S.E is set to refresh the strategy genre, introducing deception techniques that will let you bluff your enemy in order to lead your nation's army to victory. Camouflage your troops, lure your opponent with decoy units, sabotage his logistics: strategy is intuitive and carefully thought out at the same time.
R.U.S.E. features cutting edge graphics and effects, the outstanding IRISZOOM™ Engine, immersive combat and a simplified interface that allows you to determine your nation’s strategy to defeat your enemies.
R.U.S.E. is scheduled for release during Q1 2010 on PC, XBOX 360® and PlayStation® 3.
The announcement trailer is worth a thousand words, and will give you a feeling of the spirit of R.U.S.E.’s game mechanics.";
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 = '';
}
}