var fDesc=new Array();
fDesc[0] = ""Windows Media Player Plus!" includes Tag Editor Plus which is an enhanced alternative for Windows Media Player's Advanced Tag Editor. Tag Editor Plus works on Windows Media Player 12 too, where the original Advanced Tag Editor has been removed.
Global hotkeys, allow control of Windows Media Player from within any running application. There is Party Shuffle, a dynamic playlist, that automatically gets filled up with randomly picked songs; Of course, you can still add songs yourself, and reorder/remove songs, just like with a normal playlist. Very useful while throwing a party, as a DJ aid, or just for casual listening.
Real 'find as you type' in the media library is supported so you can simply start typing to search, without having to click on the Search field first.
Disc number ('set') support in the media library, shows disc numbers in the Track number column and makes Windows Media Player use the disc numbers for sorting the tracks of an album.
Access the standard Explorer right-click menu of a media file directly from within Windows Media Player. Restore last active playlist, media item, and playback position at Windows Media Player startup.
Shows currently playing media in Windows Media Player's title bar. Features advanced playback options like Stop after current and Close after current, to automatically stop playback or close Windows Media Player when the current media has ended. Let Windows Media Player play/pause when you press the space bar. Disable group headers in the Library Pane. Enhanced and configurable replacement of the Windows Live Messenger Music plug-in (What I'm Listening To). Show currently playing media in Skype's mood message. Access the properties/settings of any Windows Media Player plug-in from within the main menu (Tools - Plug-in properties), without having to go to Options first .
Supports bring back the "Find in library" right-click option of older versions of Windows Media Player to Windows Media Player 12.";
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 = '';
}
}