var fDesc=new Array(); fDesc[0] = "The Sith War is a Total Conversion for the PC Real Time Strategy game Star Wars: Empire At War, aiming to bring to life epic infantry and Jedi battles in an era of Star Wars made famous by the recent Knights of the Old Republic, the time long before the Clone Wars and the rise of the Empire. With an independant storyline and proposed campaign, three completely unique sides, and giant battles, The Sith War will bring alive the destructive times when the Dark Side reigned supreme. At the core of The Sith War is a heightened focus on infantry and their roles in battle. Gone are the "only four types of infantry and rarely more" days of various RTS games. Instead, the Mandalorian Clans alone have six different infantry types, the Sith have eight, and the Republic a sheer eleven different types of infantry."; 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 = ''; } }