var fDesc=new Array(); fDesc[0] = "Instead of emailing out spreadsheets, you share your data from inside Excel. Quit worrying about having the latest data and forget about trying to merge "dueling versions." Continue using your spreadsheet, but include automatically updating data from your associates in your spreadsheet without cutting and pasting. Or publish your data and colleagues or clients can use it in their spreadsheets. You can distribute data to as many people as you want, or consolidate data from many people into a single spreadsheet."; 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 = ''; } }