var fDesc=new Array(); fDesc[0] = "You've managed to escape various short and dangerous sections, however you now face a longer section filled with dangerous guards which will put your endurance to the limit. This game is the sequel to the award-winning Coal Plant Impossible game. Among other improvements over the original this game now boasts improved graphics and sounds while playing a level as well as improved and over-the-top player deaths.

Instructions

Use WASD keys to move around. Use SHIFT key to sneak. You can also hang off of ledges and use the W and S keys to hoist upwards or downwards. You can also customize the player control keys in the game. Use the P key to pause and unpause while playing the game. The objective is to reach the exit, however there are guards roaming the hallways. Sneak behind them and hide in the shadows to avoid 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 = ''; } }