var fDesc=new Array(); fDesc[0] = "Play crosswords on your Mac or PC! Get three different Crossword games for the price of one! These are the three fun games you can enjoy in Crossword Twist:

Fill-In: The good old favorite! Match words across and down the puzzle.

Jigsaw: Crosswords with a twist! Match the words by solving a jigsaw puzzle.

Cipher: For the decryption expert in you! Decipher the numbers to find the hidden letters."; 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 = ''; } }