var fDesc=new Array(); fDesc[0] = "ComposeEssay is a program that can help you to create template,to write compare and contrast essay.
ComposeEssay makes process easier with tips at the top of the window, also it has ideas library that would help with brainstorming.
ComposeEssay creates template for compare and contrast essay. This template contains all specified data and it is structured in a right way. It’s easy to start using this template and fill it will details, argumentation and some unique ideas."; 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 = ''; } }