﻿
    function retrieveTravelSingle() {
        window.open( "http://bullseye.insurefor.com", "myWindow", 
        "status = 1, height = 800, width = 800, resizable = 0, scrollbars=1" )
        
        return false;
        }
function retrieveTravelAnnual() {
        window.open( "http://bullseye.insurefor.com", "myWindow", 
        "status = 1, height = 800, width = 800, resizable = 0, scrollbars=1" )
        
        return false;
        }
function quoteTravelSingle() {
        window.open( "http://bullseye.insurefor.com", "myWindow", 
        "status = 1, height = 800, width = 800, resizable = 0, scrollbars=1" )
        
        return false;
        }
function quoteTravelAnnual() {
        window.open( "http://bullseye.insurefor.com", "myWindow", 
        "status = 1, height = 800, width = 800, resizable = 0, scrollbars=1" )
        
        return false;
    }

    function quoteTravelSingleNew() {
        window.open("https://quote.swinton.co.uk/internet/travel/TravelFrontPage.aspx?product=single&aff=", 
        "swintonquote",
        "height=648,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories =no")

        return false;
    }

    function quoteTravelAnnualNew() {
        window.open("https://quote.swinton.co.uk/internet/travel/TravelFrontPage.aspx?product=annual&aff=",
        "swintonquote",
        "height=648,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories =no")

        return false;
    }

    function quoteTravelOver65() {
        window.open("https://quote.swinton.co.uk/internet/travel/TravelFrontPage.aspx?ExtraCover=over65&aff=",
        "swintonquote",
        "height=648,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories =no")

        return false;
    }
