var fDesc=new Array(); fDesc[0] = "Creative Alchemy is a powerful tool that restores the audio for DirectSound3D gaming running on Windows Vista ti it's former glory, in full surround sound with hardware accelerated audio mixing, sampling rate conversion and EAX effects. Provides multi-channel audio for legacy game titles running on Windows Vista.

The removing of the Vendor Extension mechanism from Windows Vista's DirectSound implementation will compromise audio in certain legacy games that use EAX or DirectSound3D, usually resulting in stereo output without any effects"; 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 = ''; } }