var fDesc=new Array(); fDesc[0] = "iCloud for Windows lets you access your iCloud photos, files, passwords, and other data from your Windows computer. iCloud Photos automatically stores all your photos and videos, and keeps them up to date on all your devices and on iCloud.com. Your information stays up to date, and is accessible on all your devices. You can also access your iCloud Mail, Contacts and Calendar in MS Outlook, after installing this package."; 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 = ''; } }