var fDesc=new Array(); fDesc[0] = "GDocBackup is simple utility to backup (export) all your documents from Google Documents to local disk. It's open source, freeware and licensed under the Apache License Version 2.0 It does a simple backup: for each document in Google Docs, it downloads the document if the document is not present on the local disk or if it has a different date.
GDocBackup runs on Windows (tested on XP, Vista and 7), Linux (tested on Ubuntu 8.10 and OpenSuse 11.1) and Mac (tested on OS X 10.5.6). Required .NET or Mono."; 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 = ''; } }