var fDesc=new Array(); fDesc[0] = "Axialis Screensaver Producer is a powerful and easy-to-use tool to create and compile redistributable Windows screensavers. You can create all kind of screensavers based on Sprites (animated objects), Flash, Slideshows and Video Clips. It has a fully integrated workspace that permits working efficiently and create professional screensavers in minutes.

It compiles and produces screensavers compatible with all versions of Windows. You can customize the screensaver About dialog box. Produced screensavers are compatible with all video configurations (screen size and color depth).
You'll be able to create in minutes a cool screensaver with your company logo bouncing on screen. Images with transparency (including alpha-channel) are supported.
Creating slideshow screensavers is also possible. Many transitions are available including the famous "fade-in & fade-out" effects.
If you have created a video movie, you'll be able to make a screensaver from it in a few clicks. For example, it's a great idea for a company to make a screensaver from a TV ad clip."; 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 = ''; } }