var fDesc=new Array(); fDesc[0] = "Fun4Word is an add-in for Microsoft Word.
Main features:
- It integrates with Word through a menu.
- It allows you to apply amusing and funny formatting to parts of a selected text, or to a whole document.
- Can write mirror words or whole sentences, mix up the words of a sentence, remove all the vowels from the words, color every word of a document in a different color, give a wave shape to a sentence, encrypt the text.
Fun4Word has 69 of these functions."; 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 = ''; } }