var fDesc=new Array(); fDesc[0] = "As a Seagate Share Pro subscriber, your GoFlex Home is enabled with MySync. MySync conveniently keeps the files you want at your fingertips, on all your computers and GoFlex Home. Move or copy files to the MySync folder and they will be replicated on all the computers and GoFlex Home. Update a file and the changes will be made on all the systems. It's the easiest way to keep your files up to date and always accessible."; 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 = ''; } }