var RenameProcedure = '<table cellpadding=3 cellspacing=1 width=100% bgcolor=#cccccc><tr><td bgcolor=#ffffff><div class=notes>Remote Backup Services emails a report to users following every backup transmitted.  Users should review the rreport whether there are errors or not to be certain all of their important files are included in the backup sets.  We'll be gglad to assist users who are unable to make the changes themselves.  Thank you for using Remote Backup Services. </div></tr></td></table><br>';

var RenameProcedureRPS = '<table cellpadding=3 cellspacing=1 width=100% bgcolor=#cccccc><tr><td bgcolor=#ffffff><div class=notes>Remote Backup Services emails a report to users following every backup transmitted.  Users should review the rreport whether there are errors or not to be certain all of their important files are included in the backup sets.  We'll be gglad to assist users who are unable to make the changes themselves.  Thank you for using Remote Backup Services.</div></tr></td></table><br>';

var CompanyLogo = '<img src=image/Logo_default.gif border=0><br>';
var SoftwareSuite = 'RBS Online Backup Suite';
var OBSName_Short = 'RBSOBS';
var OBSName_Long = 'RBS&#8482; Offsite Backup Server';
var OBMName_Short = 'RBSOBM';
var OBMName_Long = 'RBS&#8482; Online Backup Manager';
var ACBName_Short = 'RBSACB';
var ACBName_Long = 'RBS&#8482; A-Click Backup';
var RPSName_Short = 'RBSRPS';
var RPSName_Long = 'RBS&#8482; Replication Server';

function openWindow(theURL) {
  window.open(theURL, "download","width=800,height=600,menubar=no,scrollbars=no");
}

function leapto(form) {
  var myindex=form.menu.selectedIndex;
//alert(form.menu.value);
//form.menu.value
  top.obs.location.href="/obs/jsp/system/index.jsp?locale=" + form.menu.value;
  myindex = 0; // reset pulldown menu
}

function leaptouser(form) {
  var myindex=form.menu.selectedIndex;
//alert(form.menu.value);
//form.menu.value
  top.obs.location.href="/obs/jsp/user/index.jsp?locale=" + form.menu.value;
  myindex = 0; // reset pulldown menu
}

function leaptoRPS(form) {
  var myindex=form.menu.selectedIndex;
//alert(form.menu.value);
//form.menu.value
  top.obs.location.href="/rps/system/logon.do?locale=" + form.menu.value;
  myindex = 0; // reset pulldown menu
}



