var fDesc=new Array();
fDesc[0] = "Create Flash photo albums and slideshows in minutes, complete with music, transition effects and preloaders.
Main features:
all image formats supported: jpeg, png, gif, tiff, bmp.;
wav, mp3, pcm and adpcm sound;
frame titles;
different URLs for each slides;
preloader;
transparent or color background;
publishing swf to HTML or Macromedia Projector;
navigation buttons (Play, Pause, Next, Previous, Rewind);
wide transition effect library;
random transition effects for slide show;
resizing the slide show with mouse;
stop points in every frame of flash slideshow;
Windows Vista compatibility.";
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 = '';
}
}