var fDesc=new Array(); fDesc[0] = "You are the brave mercenary hired to siege and take over this land. Try to conquer this kingdom using 3 different types of medieval siege weapons and various ammo types. Use the mouse to control the game. Set your angle and power using the on-screen indicators and click the mouse button to fire the projectile. Have Fun!"; 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 = ''; } }