var fDesc=new Array(); fDesc[0] = "Moraff's Phrase Detective is a clever and addicting word-puzzle game. Each round presents a jumbled-up phrase, quotation, or palindrome that you must reconstruct in the fewest moves possible, while keeping an eye on the clock. You play by swapping blocks around, with the game giving subtle clues found in the varying height of the letter blocks. You'll find plenty of stylish features here. You can select from two sets of beautifully rendered 3D blocks (polished wood and stone), solve random phrases that are wickedly clever in both composition and diversity, and enjoy gentle background music that can be customized in the included MIDI player. With excellent documentation, a special surprise gift, and more than 1,000 phrases in its database, Moraff's Phrase Detective will provide many hours of family fun. Moraff Phrase Detective is licensed as shareware, the cost of the registered version is $15.00 and full download size is 4.94 MB. You can download a free version of Moraff Phrase Detective by following download link at Free Downloads section of this page. Moraff Phrase Detective is developed or distributed by Moraff Games and is listed under word puzzle."; 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 = ''; } }