var fDesc=new Array(); fDesc[0] = "WORDMIX is a fun and educational word game where the objective is to spell as many words as you can from the letters of a master word. There are over 150 master words that have all the solutions shown at the click of a button if you need help. There are up to five different scorecards for Wordmix, so the whole family can enjoy and record their own scores. It's a fun addictive word vocabulary game for both young and old!"; 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 = ''; } }