var fDesc=new Array(); fDesc[0] = "Windows Media Center was such a great idea that we built a few plug-ins for it, but those plug-ins couldn’t run on Windows XP. Now they can. With Roxio Kio, you can use Media Center plug-ins on Windows XP. Just install Kio and your plug-ins can be launched and used just as if you were in Windows Media Center."; 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 = ''; } }