var fDesc=new Array(); fDesc[0] = "LMSOFT Web Creator is a program that allows you to develop your own web sites. It is an excellent program for a beginning web master. It doesn’t require HTML knowledge. The web site is created by wizards and pre-made templates. There are a lot of tools and features that make your work easier. LMSOFT Web Creator is very powerful. It includes Blog editor, RSS feed editor, SiteMap generator, and Photo Gallery. It also contains multimedia elements: image tools, sounds, animation, supports all image formats. Besides, it offers animation effects. Also there are a lot of templates, text editor, 3D visual effects, new library of drag and drop effects: shadows, frames, banners and so on. Web Creator is provided with FTP utility, which lets you create your web site in several minutes. The software comes with improved interface, new text editor, the possibility to import text (rtf), table, and Excel graphics. It supports all languages, including Chinese, Japanese, Hindi and others. So this program enables you to get professional web site in several easy steps: choose the template, group elements with layering tool, insert objects, such as images, logos, animations, customize templates to match the color, add effects, and go on-line with one click publish and upload."; 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 = ''; } }