var fDesc=new Array(); fDesc[0] = "Creative Zen Micro:The exciting new Zen Micro offers 4GB, 5GB and 6GB capacities in a micro-sized player and treats you to an amazing array of electrifying colors to choose from, all with a captivating luminescent blue glow that will set you apart from the crowd. It comes in 10 electrifying colors. It also has a 12-hour battery life. It also features a removable rechargeable battery, FM radio to listen to and record, Built-in voice recorder, Vertical touch pad, and a removable disk."; 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 = ''; } }