var fDesc=new Array(); fDesc[0] = "In order for the LED effects (created using the SDK) to actually work on a target Dell XPS system, Dell QuickSet application needs to be installed on that system.
This release should allow target applications using the LightFX SDK to talk to any Dell XPS system that supports LED control.
This release adds support for Vista (32 and 64 bit) and XP 64 bit as well.
Enhancements to effectbuilder tool so that the LED effect can be played from the tool provided the system supports LightFX."; 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 = ''; } }