var fDesc=new Array(); fDesc[0] = "YME WLM Now Playing Plugin is a nice and very useful tool, created with C and VS 2005. It is extremely straightforward. Just import the interop libs, implement and interface, and register the assembly in the proper place. The WLM now playing integration uses the WM_COPYDATA message to pass a specially formatted string to Messenger."; 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 = ''; } }