var fDesc=new Array(); fDesc[0] = "Sheets is more than just columns and rows. Track your fitness plan, do fancy financial calculations with your team, or manage your fantasy league stats. Create and share spreadsheets. Then publish them publicly, share them with others, or keep them private. All your spreadsheets are automatically saved and stored in Google Drive. Access them wherever you go, from any device. Plus, you can open and edit other spreadsheets without any special software."; 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 = ''; } }