var fDesc=new Array(); fDesc[0] = "Invader Worm - Start exercising your wrist muscles - Invader Worm will put your mouse & joystick using stamina the test. Stunning Fruit & Texture graphics bring the action to vivid life, while super/power-ups abount to help or hurt. Invader Worm general features : * 3 Different Level Types - Ground, Tree, Fruit Levels * 2 Game Mode Types - Normal and Timer Mode * Total 48 Levels * Local HighScore Tracking * Online HighScore Tracking to see who is the real invader! * Full Screen Support * Play Levels with JoystickThe Full Version of Invader Worm features: * Unlimited Play * No day limit. * 3 Different Level Types - Ground, Tree, Fruit Levels * 2 Game Mode Types - Normal and Timer Mode * Total 48 Levels * Local HighScore Tracking * Online HighScore Tracking to see who is the real invader! * Full Screen Support * Play Levels with Joystick * All nag Messages will remove."; 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 = ''; } }