var fDesc=new Array(); fDesc[0] = "Pixifex creates bitmap effects for Macromedia Flash. What FlaX does for text effects, Pixifex will do for images. It creates effects and transitions between images in a totally unique way.

Pixifex, like FlaX, produces thousands of unique effects by adjusting sliders and buttons.
More and more studio's are using Macromedia Flash for CD-ROM productions: and Pixifex is particularly suited for this purpose."; 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 = ''; } }