function govan(src) 
{ 
var loc = ("https://www.budgetinsurance.com/commercial/Common/Pages/Initialise.aspx?AFFCLIE="+ src + "&prdcls=LC&rqstyp=welcome");
myeducation=window.open(loc, 'GoEd','top=2, left=2,resizable=yes,scrollbars=yes,menubar=no,status=yes,toolbar=no,location=no ');
}

function rtvvan(src) 
{ 
var loc = ("https://www.budgetinsurance.com/commercial/Common/Pages/Initialise.aspx?AFFCLIE="+ src + "&prdcls=LC&rqstyp=rtv"); myeducation=window.open(loc, 'GoEd', 'top=2, left=2,resizable=yes,scrollbars=yes,menubar=no,status=yes,toolbar=no,location=no ');
}

function ssclogin()
{
window.location.href='https://www.budgetinsurance.com/selfservice/default.aspx?PC=PC&SC=S001';
}

function sscregister()
{
window.location.href='https://www.budgetinsurance.com/selfservice/default.aspx?PC=PC&SC=S001';
}

function addToFavourites(theName, theUrl){
  if (window.external && (!document.createTextNode || (typeof(window.external.AddFavorite)=='unknown'))){
    window.external.AddFavorite(theUrl, theName);
  } else if (window.sidebar) {
    window.sidebar.addPanel(theName, theUrl,"");
  }
}

function wopen(url, name, w, h)
{
w += 8;
h += 60;
 var win = window.open(url,
  name, 
  'width=' + w + ', height=' + h + ', ' +
  'location=no, menubar=no, ' +
  'status=yes, toolbar=no, scrollbars=no, resizable=no');
 win.resizeTo(w, h);
 win.focus();
}

