var fDesc=new Array();
fDesc[0] = "Xara 3D Maker is an application designed to create high quality 3D text and graphics, such as headings, logos, titles, and buttons. It offers a simple way to add impact to your web pages, mailshots, movies, and presentations (all images are fully anti-aliased for that smooth, professional quality).
With Xara 3D Maker you can also create 3D animations in seconds - GIFs, AVIs and simple Flash movie sequences - and you can even enhance your desktop by saving any animation as a screensaver.";
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 = '';
}
}