var fDesc=new Array(); fDesc[0] = "The HyperText Studio is a WYSIWYG HyperText authoring tool. With it, you can create web sites and help files effortlessly! In an enterprise situation you can have multiple users working together on the same project!

Four different editions of the product ensure that there is a configuration that meets your needs. The HyperText Studio's Integrated Development Environment (IDE) provides a visual way to develop your projects.

Learning the product is easy because it looks and acts like other major Windows applications.

The WYSIWYG and HTML Code editors work together to ease page creation. Frame, ImageMap, and Cascading Style Sheet editors help you create attractive, functional sites.

Site and link management tools let you manage projects of any size effectively. Integrated site management and editor features make creating your content as simple as drag and drop.

The HyperText Studio stores information in a database that automatically ensures links, graphics, and other items in your project are always valid."; 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 = ''; } }