//
//
//
function showHomePage()
{
    if (parent.opener != null)
    {
        parent.opener.focus();parent.self.close();
    }
    else
    {
        document.location.pathname = "";
    }
}

//
//
//
function startDownload(url)
{
    window.open(url, "downloadWin");
    self.close();
}

function openGoCompare()
{
	var goCompareURL = "http://reporting.esure.com/cgi-bin/rr/nobook:5436/https://www.gocompare.com/quoteprocess/gocompare_esure.aspx?ref=EMREF";
	window.open(goCompareURL);
	window.close();
}

