var fDesc=new Array(); fDesc[0] = "Kies makes your entire digital life more convenient. With Kies, all your media files are intuitively organized, updated and synced within a single library. The innovative interface makes it easy to find the right song, movie, photo or contact, and you can even create custom playlists across devices and services, including iTunes. Plus, with Kies, you can access all your audio and video podcasts."; 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 = ''; } }