var fDesc=new Array(); fDesc[0] = "Site Studio 6.0 by Effective Studios is a perfect tool for creating and updating web sites, with no html skills required. Working with Site Studio is a pretty straight forward task if you are used to working with applications for Microsoft Windows, such as Microsoft Word. There is no need to have skills in html, the language which web pages are made of. Instead, Site Studio offers WYSIWYG (What You See Is What You Get) editing and automatically generates the html. Actually, Site Studio generates xhtml which is the modern standard of web pages.
It is a powerful combination of word processing, digital imaging and web development tools, integrated into a user-friendly desktop application for Microsoft Windows. Site Studio automatically updates menus as you add, move and delete content. Even graphical menus are updated by the built-in graphical rendering engine which creates images dynamically. Site Studio can easily import images from digital cameras, which makes it easy to create web optimized image galleries. Site Studio also has functions for previewing and publishing your web site."; 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 = ''; } }