var fDesc=new Array(); fDesc[0] = "Before you install the upgrade, make sure to make a backup copy of your observations database.
This file is usually called WillyBase.mdb, the exact location of the file is shown in the title bar of WillyBase when it is running. Then click the "Load update" option from the "Update" menu in WillyBase and select the downloaded update files (one at a time).
When an update has finished, it is a good idea to make a copy of the log messages and review them to check if everything went ok."; 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 = ''; } }