var fDesc=new Array(); fDesc[0] = "With iriver PLUS3, you can enjoy music, videos, photos and e-books to the full. Its CD ripping feature enables you to convert music albums into MP3 files, arrange and manage them in folders. Not only music files but also files in various formats stored in your hard disk can be arranged according to each tab for assortment."; 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 = ''; } }