var fDesc=new Array();
fDesc[0] = "Powerful screensaver creator yet very easy and simple to use
Create either slide-show or advanced living screensaver easily with Ace Pro Screensaver Creator in just a few simple steps.
Unlike ordinary screensaver creators, Ace Pro Screensaver Creator offers realistic living scenes which will transform your computer to life, with added flexibility to edit and create the screensaver that suits you needs, either for personal enjoyment or commercial purpose.
Support living scenes and most popular image formats
Add living scenes that you have created using Nature Illusion Studio or any photos into Ace Pro Screensaver Creator. Ace Pro Screensaver Creator also supports jpeg, png, gif, and most popular image formats.
Furthermore you can apply more than 100 transition effects into your screensavers to make the transition between images look smooth and beautiful.
Create shareware ready screensaver
Ace Pro Screensaver Creator provides a complete set of shareware features so you can start selling your screensaver in no time.
Build trial screensavers for your prospect customers, set how many days your screensaver will run or limit the number of pictures. When they buy it, you just need to send an unlock key to remove the trial limitations and convert it into full
Built-in setup builder
You don't need to buy another software just to make a setup package of your screensavers. Ace Pro Screensaver Creator comes with built-in setup builder, it means your screensaver will be ready for mass distribution with just a single click.";
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 = '';
}
}