var fDesc=new Array(); fDesc[0] = "Azuga is based upon legends from the first Chinese Emperor Qin Shihung and contains historical twists. Although Emperor Qin was responsible for unifying the central plains of China during its warring states period, legend holds that his ambition was not sated. Not only did he continue conquering lands, but he also sought out the most mystical of weapons and armor."; 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 = ''; } }