var fDesc=new Array(); fDesc[0] = "Just upgraded (should say downgraded) to V. 5.3.0.0070. Update deleted ALL of my notes and ALL of my memoboards. The Data file - PDNDB according to the "Help" screens - was in such an obscure place. And now the new version does not even create that particular data file. Am able to save the one memo board and the test note I placed on it, but notes on the desktop disappear into a cyberspace black hole of some sort."; 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 = ''; } }