var fDesc=new Array(); fDesc[0] = "AZW Reloaded is an update to the Anglo Zulu War game. This mod is a total overhaul of Anglo Zulu war, rebuilt from the ground up. It aims to to be completely superior to the previous Anglo Zulu War while offering the familiar fun gameplay of fighting off endless Zulus. The Anglo-Zulu War was fought in 1879 between the British Empire and the Zulu Kingdom."; 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 = ''; } }