var fDesc=new Array(); fDesc[0] = "GD Winamp Control 1.0 is a simple little plugin that allows managing all the major Winamp functions right from the Google Desktop Sidebar. This plugin contains four basic functional buttons that we usually use. These buttons are play, stop, back and skip. It also shows a 'now playing' display which shows the current track, and a slide-out playlist. It has a very smooth installation and as soon as you install this plugin it is automatically added in your Google Desktop Sidebar. It is compatible with the latest version of Google Desktop Sidebar working with Microsoft Windows XP or Windows Vista. It automatically detects Winamp running in the background and it fetches the songs or playlists that are currently playing then in the Google Desktop Sidebar it is shown from where you can control it easily. So there is no need to open your Winamp windows again and again to change your songs. If Winamp the player installed on your PC and you use Google Desktop, than I will recommend this plugin to you."; 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 = ''; } }