/* Expandable Listmenu Script Author : Daniel Nolan http://www.bleedingego.co.uk/webdev.php */ function initMenus() { if (!document.getElementsByTagName) return; var aMenus = document.getElementsByTagName("LI"); for (var i = 0; i < aMenus.length; i++) { var mclass = aMenus[i].className; if (mclass.indexOf("treenode") > -1) { var submenu = aMenus[i].childNodes; for (var j = 0; j < submenu.length; j++) { if (submenu[j].tagName == "A") { submenu[j].onclick = function() { var node = this.nextSibling; while (1) { if (node != null) { if (node.tagName == "UL") { var d = (node.style.display == "none") node.style.display = (d) ? "block" : "none"; this.className = (d) ? "treeopen" : "treeclosed"; return false; } node = node.nextSibling; } else { return false; } } return false; } submenu[j].className = (mclass.indexOf("open") > -1) ? "treeopen" : "treeclosed"; } if (submenu[j].tagName == "UL") submenu[j].style.display = (mclass.indexOf("open") > -1) ? "block" : "none"; } } } } window.onload = initMenus;
![]() |
||
|
|
||
Tiver - Online Data Backup & Restore - Rivet -
Help - Reinstallation
Re-installation of Software The following instructions will guide you through the process of re-installing the RIVET application and the re-setting of your backup definitions. To prepare for re-installation, first close all programs to prevent any installation conflicts.
If you encounter any problems while re-installing or re-configuring the RIVET application, please contact technical support by email at rivetsupport@tiver.co.uk
With the software re-installed you are now able to reset your backup definitions. Please see selecting data for backup for more details. If you encounter any problems re-setting your backup definitions, please contact technical support by email at rivetsupport@tiver.co.uk. For more information on restoring your data please see restoring data.
If you encounter any problems restoring your data, please contact technical support by email at rivetsupport@tiver.co.uk. |