var fDesc=new Array(); fDesc[0] = "In this mod you are in the shoes of the World's most Famous Secret Agent, Agent 007 James Bond. Featuring weapons like the covert PP7 (Walter PPK) to the mighty RC-90(FN P90) and new alternate firings to mix up the action. With the new doom source engines such as Edge, we are able to put in even more cool stuff that was impossible with the orginal Doom2 engine."; 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 = ''; } }