/* 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 - Installation
![]() DOWNLOAD, REGISTRATION, INSTALLATION & CONFIGURATION
To prepare for installation, first close all programs to prevent any installation conflicts.
If you encounter any problems while installing the RIVET application, please contact technical support by email at rivetsupport@tiver.co.uk Prior to using the RIVET service you will need to configure the software
You are now ready to start protecting your data and should select the RIVET icon on the desktop to open the software. Please click here for assistance in selecting the files and folders you wish to backup. To update your user profile including changing your username or password please use the facility in the Windows "Start" menu toolbar by selecting Programs > RIVET > Change My Account Details. In the event that you forget or misplace your username or password, you can contact rivetsupport@tiver.co.uk for assistance. Note: AOL & Compuserve use their own proprietary dial-up software which may not allow for automatic connection to the Internet. You can still use RIVET by first connecting to the Internet as usual and then by manually carrying out a backup by pressing "Backup Now" on the application. |