var fDesc=new Array(); fDesc[0] = "You can restore any file, database dump, or even the entire blog from any previous snapshot and start your blog again.
You can use the IDrive for WordPress - Windows Restore application to restore your blog of the last 10* days. Download and install the IDrive for WordPress - windows restore application on a windows machine and login using your IDrive for WordPress username and password."; 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 = ''; } }