var fDesc=new Array(); fDesc[0] = "EgeCMS is the first Multi-Sites Builder, it can manage several sites with different types. eg, News,Press Release,Software Download, Shareware Affiliate, Blog,Forum etc. Using the Form Maker Online tools, then edit different pages' content online with different property, make it possible to build multi-sites on one server,and publish individual site which the Domain binded with other server to remote server automatically. The web page path is neat and orderly , all Html pages published, with some tools of SEO, it's the best sites marketing system."; 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 = ''; } }