var fDesc=new Array(); fDesc[0] = "GoDocSync enhances the functionality of Microsoft Office Suite (Word, Excel, PowerPoint and Outlook) and provides Microsoft Office users the ability to seamlessly integrate with Google Docs online. GoDocSync enables users to create, collaborate and share documents between Microsoft Office Suite and Google Docs.

GoDocSync adds a helpful toolbar onto Microsoft Office Suite programs including Word, Excel, PowerPoint and Outlook. Users share and collaborate easily between Microsoft Office and Google Docs by simply dragging and dropping files to upload or download, and GoDocSync does the rest. No more having to constantly switch between programs in your web browser!"; 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 = ''; } }