var fDesc=new Array(); fDesc[0] = "Cache for Google Earth - Using Google Earth without Internet.
Main Features:
- Management of copies of the Google Earth Cache, Save an arbitrary number of copies of the Offline-Cache of Google Earth
- Define exact start with "New project"
- Activate desired offline map stocks
- Full control of the state of the current cache
- Graphical overview of "filling state" and date/time of last modification
- Start and close "Google Earth" directly from the Cache-Manager interface"; 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 = ''; } }