var fDesc=new Array(); fDesc[0] = "To start working with the program, just specify several source RSS feeds and keywords and select one of the built-in templates that will be used to create content. If you want the program to automatically upload the created HTML pages to your server, specify the parameters of the FTP client. Try the program right now and you will be pleasantly surprised at the result."; 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 = ''; } }