var fDesc=new Array(); fDesc[0] = "The absolutely stunning finale of the trilogy!
Random is finally going to meet the Grand Commendanter! What will be the outcome? Will the Laxius Force or the Order win the war?
Take control of Random, Sarah, Luciana, Coryool, Wendala, Xander, Brussian and many, many more characters, and find out!"; 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 = ''; } }