var fDesc=new Array(); fDesc[0] = "Sango Fighter is a high energy fighting game for PCs. It tells the story of the Eastern Han Dynasty; first the Emperor Ling, and then Dong Zhuo, were all defeated by the rebellion in the country. Finally, it was Cao Cao who took control of the emperor, and united the North of China. You, Liu Bei, will have to take a stand against the evil forces of Cao Cao, as he attempts to conquer the South."; 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 = ''; } }