var fDesc=new Array(); fDesc[0] = "90 Second Website Builder is web design software that allows you to drag and drop web objects onto a design canvas. There's no code to deal with...unless you want to.

Put images, text, videos, forms, shapes, menus and any other kind of element into place and the software takes care of the technical part for you for behind the scenes.

It automatically generates all the web-friendly pages, scripts, code, directories and file structure your website needs to function properly.

When you are ready to publish your site to the web, just click. The built-in FTP app sends your files to your host.

When you want to make changes, just edit the page and click the publish button again. The software will update your website online."; 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 = ''; } }