var fDesc=new Array();
fDesc[0] = "Easy and powerful multipurpose Writing Software for Writers and Anyone Else Who Needs an Easy-to-Use, Structured Writing Tool
Features at a glance....
* Write immediately with the easy-to-use interface
* Create and manage unlimited sections
* Create and edit unlimited items within sections
* Nest items to create hierarchical trees
* Drag and drop items, sections and text
* Create and use templates
* Print one item's text or print entire project
* Find and replace throughout entire project (standard edition only)
* Check spelling (standard edition only)
* Selection of templates for different writing projects (standard edition only)
* Enjoy a modern user interface
* Developed for Windows XP and Windows Vista
* Uses Microsoft's latest .NET technology";
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 = '';
}
}