var fDesc=new Array(); fDesc[0] = "ZeroPC Cloud Attach for Gmail provides a smart way to email your Cloud content. This Chrome Browser extension for Gmail allows you to email any file(s) or folder(s) of any size with complete ease straight from your Gmail account by attaching them directly from your various Cloud accounts like Dropbox, SkyDrive, Google Drive, Evernote and more."; 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 = ''; } }