var fDesc=new Array(); fDesc[0] = "Water Margin is an old, well-known story in traditional Chinese literature. 108 heroes gathered at the Water Margin and rose in rebellion against the corrupt Song Government. You will be given a chance to play the role of various famous figures like "Timely Rain" Song Jiang, "Jade Unicorn" Lu Junyi, "Panther Head" Lin Chong and "Dark Hurricane" Li Kui."; 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 = ''; } }