var fDesc=new Array(); fDesc[0] = "With myCloud Desktop, you can edit and manage your cloud files directly in Windows Explorer. Changes made to your data will automatically be applied across all of your devices. Your data always remains up to date, no matter where you're working. You can also edit your data without an internet connection."; 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 = ''; } }