var fDesc=new Array(); fDesc[0] = "Creative Zen Touch: Amp up your music with the sleek Zen Touch. The Zen Touch breaks new ground, introducing the first linear touch-sensitive pad controller in a digital music player. Navigate your music collection with astonishing ease and speed. Play all day and all night nonstop with incredible 24 hour battery life--up to three times what's offered by other players. Combine this with a 20 GB capacity to hold up to 16,000 songs, and your musical journey will never be cut short."; 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 = ''; } }