﻿function OpenQuoteWindow(product){
    switch (product){
        case "motor": window.open("https://quote.swinton.co.uk/Internet/pm/frontpage.aspx?aff=","MotorQuote","height=648,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories=no"); break;
        case "van": window.open("https://quote.swinton.co.uk/Internet/van/frontPage.aspx?aff=","VanQuote","height=648,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories=no");break;
        case "travelSingle": 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");break;
        case "travelAnnual": 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");break;
        case "travel": window.open("https://quote.swinton.co.uk/Internet/travel/TravelFrontPage.aspx?aff=","swintonquote","height=648,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories=no");break;
        case "homeBuildings": window.open("https://quote.swinton.co.uk/Internet/home/ProposerDataCapture.aspx??cleardetails=true&product=buildings&aff=","swintonquote","height=695,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories=no");break;
        case "homeContents": window.open("https://quote.swinton.co.uk/Internet/home/ProposerDataCapture.aspx??cleardetails=true&product=contents&aff=","swintonquote","height=695,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories=no");break;
        case "home": window.open("https://quote.swinton.co.uk/Internet/home/ProposerDataCapture.aspx??cleardetails=true&product=combined&aff=","swintonquote","height=695,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories=no");break;
        case "travelOver65": 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");break;
    }
}
 
function OpenRetrieveWindow(product){
    switch (product){
        case "motor": window.open("https://quote.swinton.co.uk/Internet/pm/quoteretrieval.aspx?aff=","MotorQuote","height=648,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories=no");
        case "van": window.open("https://quote.swinton.co.uk/Internet/Van/quoteretrieval.aspx?aff=","VanQuote","height=648,width=788,scrollbars=no,toolbar=no,menubar=no,resizable=no,directories=no");
    }
}
