// opens scottish power other sites in pop windows

function callOLEpopup() 
{
    newWin = window.open("https://www.spenergy.co.uk/GTConnect/SecureHttpAcceptor?gtxInitialProcess=OLEWebSite.OnlineEnergy", "", "toolbar=no,status=no,menubar=no,location=center,scrollbars=yes,resizable=yes,height=835,width=1100");
    newWin.opener = top;
}

function callQuotepopup() 
{
    newWin = window.open("http://quote.scottishpower.co.uk/nsearch/", "", "toolbar=no,status=no,menubar=no,location=center,scrollbars=yes,resizable=yes,height=835,width=1100"); 
    newWin.opener = top;
}

function callDirectPopup() {
    newWin = window.open("http://quote.scottishpower.co.uk/sp%20direct/ ", "", "toolbar=no,status=no,menubar=no,location=center,scrollbars=yes,resizable=yes,height=835,width=1100");
    newWin.opener = top;
}

function callAsPopup(theUrl) {
   
    newWin = window.open(theUrl, "", "toolbar=no,status=no,menubar=no,location=center,scrollbars=yes,resizable=yes,height=835,width=1100");
    newWin.opener = top;
}
