var fDesc=new Array();
fDesc[0] = "Atlantis is a standalone word processor for both professional writers and those who create documents only occasionally. Powerful and feature-rich, user-friendly and fully-customizable, it will let you work on your own terms.
Atlantis is a word processor with charisma. With a unique look and feel, it offers features you will not find anywhere else.
Create eBooks
Make eBooks for a living, or just create eBooks to read on any device. Turn any document into an eBook with just a few mouse clicks.
Atlantis Word Processor is fully portable. Install it to a memory flash drive, and Atlantis will travel with you wherever you go.
Tailor Atlantis Word Processor to work and look your way – from toolbars and hot keys to sounds and colors.
With the Backup Files tool, never lose a minute of your hard work through computer breakdowns.";
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 = '';
}
}