var fDesc=new Array(); fDesc[0] = "Local.fm is a free program that allows you to create playlist from last.fm charts and tracklists. You can also export your playlists to WPL, M3U or M3U8 formats, listen to preview samples from Last.fm for any available track and instantly play your playlists in Winamp, Windows Media Player, iTunes or foobar2000."; 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 = ''; } }