var fDesc=new Array(); fDesc[0] = "Create yourself your own modern website compatible with all devices. No technical knowledge is required. Install TOWeb, choose a template, click, edit and publish. Create a site to your image that will impress visitors: TOWeb's website templates are fully customizable.

TOWeb let you browse and edit your site naturally in a live preview, adding and editing content directly into your pages, and offers everything your website needs, including pictures, forms, photo galleries, Google Maps, YouTube and HTML5 videos, polls, and much more -- there's even an entire e-commerce solution built right in to create your online store."; 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 = ''; } }