var fDesc=new Array(); fDesc[0] = "Sitecraft is an easy-to-use constructor of web-sites. It is the first product in a line of “Tools for Small Business and Home” developed by WEBaby Corp. in November 2002. English versions of Sitecraft 1.2 and 1.3 were released in 2002, and version 1.5 in 2004.

We developed Sitecraft for those who need a web-site, but have no time to learn web-programming, designer tools or web protocols in all their complexities. It will help you to build a site with your own hands quickly, easy, and without any technical difficulties. Even web registration will be done by Sitecraft almost automatically. It is a professional tool that allows nonprofessionals to create sites.

Sitecraft was developed with the help of BabySteps technology (the steps of a baby or the steps which help you to study easier). In Sitecraft you create your web-site step by step, from its Model to publishing on Internet. At the same time it is a very professional tool. Please, visit the Site Samples page to view some sites created with the help of it."; 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 = ''; } }