var fDesc=new Array(); fDesc[0] = "Ever found yourself listening to a great song in a movie or TV show but don't know the name? Audiggle is the brand new software which can instantly tell you the song and artist name of anything playing on your PC.

Have you ever thought - 'what is the name of that song?'. Audiggle can provide the answer! Audiggle is the definitive music ID software. Whatever the source of music on your computer, one click of the mouse can give you the title and artist."; 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 = ''; } }