var fDesc=new Array(); fDesc[0] = "This program allows you to completely slipstream Windows Media Player 11 into your Windows installation source, saving time and annoying "genuine windows" checks and allowing you to experience the best version of Media Player to date immediately after installing your copy of Windows.

This is achieved by directly editing windows setup files thus achieving a "true" integration (not a switchless installer of any kind) thus saving precious space on your Windows installation media to allow you to customize it even more."; 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 = ''; } }