var fDesc=new Array(); fDesc[0] = "WordClouder is Windows software that will transform your text (.txt) and MS-Word files (.doc and .docx, of all Word versions, including Office 365) into colorful pictures in .png or .jpg formats. These pictures are called word clouds. The words that are often used in the text appear bigger in the cloud than those lesser used. A word cloud may also be called a tag cloud."; 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 = ''; } }