var fDesc=new Array(); fDesc[0] = "WMP AutoRate automatically rate your media files.
Ratings in WMP are described with a number from 0 to 100.
WMP AutoRate does the rating like that :
-1 point : when you "zap" a file by clicking the next or the prec button
1 point : when you listen a file completelly (from start to end)
You want to skip a playing file without damaging its rating ?
You could disable the plug-in in the WMP menu, OR, simply, browse your playing file until the last seconds and go on"; 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 = ''; } }