var fDesc=new Array(); fDesc[0] = "Lone Wolf is a sophisticated, full-featured World War II submarine simulation game, where you pit your skills against the enemy's navy and land emplacements. As commander of a World War II submarine, you are given missions that you must complete. You will be pitted against destroyers, sub chasers, and mine fields in pursuit of troop carriers, cargo ships, oil platforms, and other prey."; 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 = ''; } }