var fDesc=new Array(); fDesc[0] = "Sword With Sauce is a first-person combat game in which you use a samurai sword and various gadgets to take down enemies who are patrolling a house. To help you along your way there is a large selection of gadgets and weaponry to assassinate your targets in any way you like. You can either go in guns blazing or take a more delicate approach as you sneak your way around the level avoiding detection."; 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 = ''; } }