var fDesc=new Array(); fDesc[0] = "Your mission is to expand your nation, take control of all twenty-eight castles, and reunite China. People from Chinese history are your subjects and your enemies. Take advantage of the intelligence of a famous advisor, and the combat skills of a famous general.
Use Sun Tzu's military strategy on the battlefield and when dealing with enemy nations. Challenge yourself and see if you truly understand the Art of War."; 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 = ''; } }