var fDesc=new Array(); fDesc[0] = "Nimmer's Wheel of Fortune is a puzzle game that offers a fun alternative for those that are tired of games full of shooting and death.

When you download this application, you have access to four different games. The common feature in all of them is that your main challenge is to guess certain phrases or words.

To achieve this objective, you must input vowels and consonants, until you get the set of letters required to make up the words."; 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 = ''; } }