var fDesc=new Array(); fDesc[0] = "Generate content for your website. Avoid content duplication. Create new text automatically. As its name explains, Synonymizer is an application that offers synonyms inside a given text. It marks wich words are used more frequently, proposes alternatives (synonym words or phrases) and replaces as wished. Also, generates unlimited amount of content on request. Many features for text analysis, such as word count, word length, readability. Extense synonym dictionary incorporated for fast synonym replacement."; 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 = ''; } }