var fDesc=new Array(); fDesc[0] = "Simply type in the Celebrity Cipher text from the news paper, usually found around the crossword puzzles. Place the clue in the appropriate box, and start decoding.
This does not take away the fun of trying to decode the cipher, it simply puts the correct character in its proper placement for you, so you don't have to get frustrated from erasing and trying to find all of the correct character placements."; 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 = ''; } }