var fDesc=new Array(); fDesc[0] = "Instant Music from a Phone Keypad

Threedef's nine key pad gives you the ability to instantly dial into and hear any artist, album, or track in your library. Simply type part of the name of the artist, album, or track you want to hear. Press one key per letter.

After each key press, Threedef will display the most likely match, with the matched characters underlined."; 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 = ''; } }