var fDesc=new Array(); fDesc[0] = "Whether it's work or play, get all-access to your photos, music and videos anytime, anywhere and on any device. That's the power of SyncUP, Dell and Nero’s innovative yet light and easy platform for sharing digital media between your PC and mobile devices, and other PCs in your home network. Manage your music libraries, create playlists, play back music and videos, and take it all with you on the go. It's time to get your sync on with SyncUP!"; 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 = ''; } }