var fDesc=new Array(); fDesc[0] = "Don't let your ship and crew get destroyed by the arriving storm. You can set your animated wallpaper to include soft or hard rain, choppy or gentle waves and even the intensity of the lightning in the background. You must reach your destination with your valuable cargo and cannot allow the ship to be sunk or run aground. It is a challenge but one that you can handle. You are the master of your own destiny."; 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 = ''; } }