var fDesc=new Array(); fDesc[0] = "Create outstanding 1st class websites in minutes without knowing any HTML or other languages. Lemonade website developer allows you to put together professional and good looking webpages you couldn't before without knowing HTML. The user friendly interface makes it easy and simple to begin working on your website. Features:
- Give your pages professional layouts
- Add great components to your pages such as images, tables, frames, etc.
- Add multimedia: macromedia plugins, videos, sound, etc.
- Produce quality forms
- Have full control over all component properties
- Easily Modify components
- Immediate saving - prevents data loss"; 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 = ''; } }