var fDesc=new Array(); fDesc[0] = "Elevator Words is an uplifting word game for all ages. Playing the game: shift vertical columns of letters into proper alignment and find all words to complete the round.

Main features:
-Choose words from several dictionaries or word lists.
-Pick levels and clues.
-Change backgrounds, fonts, colors.
-Increase or decrease the difficulty of the game.
-Control sound effects."; 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 = ''; } }