str_ServerName = window.location.hostname;
var str_prefix;
if (str_ServerName == "www.aonquote.co.uk"){
	str_prefix = "https://www.aonquote.co.uk";
} else{
	str_prefix = "";
}

function showOpex(opex) {
	opexURL = '/car-insurance/quote/opex_popup.aspx';
	if (opex != null) {
		opexURL += '#' + opex;
	}
	var wOpex = window.open(opexURL,'popupopex','scrollbars=yes,resizable=yes,location=no,width=631,height=350');
}

function showAOIS(istravel){
	if (istravel == null) {	
		istravel = '';
	}else{
		istravel = "?q=ts"
	}
	var wAOIS = window.open('/shared/help/aois.aspx'+istravel+'','popup','scrollbars=yes,resizable=yes,location=no,width=630,height=350');
}

function showPop(strpop) {
	var rshowPop = window.open(strpop,'popup','scrollbars=yes,resizable=yes,location=no,width=630,height=400');
}

function furtherExamples() {
	var wOpex = window.open('/shared/help/occ_popup.aspx','occupation','scrollbars=yes,resizable=yes,location=no,width=630,height=350');
}

function startPCQuote() {
		var motorquote = window.open(str_prefix+'/car-insurance/quote/loadipl.aspx','motorpopup','width=785,height=550,status=yes,scrollbars=yes,resizable=yes,location=no');
}

function recallPCQuote() {
		var motorquote = window.open(str_prefix+'/car-insurance/quote/quoterecall.aspx','motorpopup','width=785,height=550,status=yes,scrollbars=yes,resizable=yes,location=no');
}

function startGVQuote() {
		var vanquote = window.open(str_prefix+'/van-insurance/quote/loadipl.aspx','vanpopup','width=785,height=550,status=yes,scrollbars=yes,resizable=yes,location=no');
}

function recallGVQuote() {
		var vanquote = window.open(str_prefix+'/van-insurance/quote/quoterecall.aspx','vanpopup','width=785,height=550,status=yes,scrollbars=yes,resizable=yes,location=no');
}

function startHCQuote() {
		var householdquote = window.open(str_prefix+'/home-insurance/quote/loadipl.aspx','householdpopup','width=785,height=550,status=yes,scrollbars=yes,resizable=yes,location=no');
}

function recallHCQuote() {
		var householdquote = window.open(str_prefix+'/home-insurance/quote/quoterecall.aspx','householdpopup','width=785,height=550,status=yes,scrollbars=yes,resizable=yes,location=no');
}

function showTOBA() {
	var noticesURL = 'http://www.outrightplc.co.uk/PolicyDocumentsService/documents/online/none/toba/toba.pdf';
	var noticesWin = window.open(noticesURL,'noticespopup','width=630,height=350,top=15,left=15,location=no,scrollbars=yes,resizable=yes,status=yes');
}

function showAOIS(qType) {
	var noticesURL = 'http://www.outrightplc.co.uk/PolicyDocumentsService/documents/online/bona/toba/toba.pdf';
	var noticesWin = window.open(noticesURL,'noticespopup','width=630,height=350,top=15,left=15,location=no,scrollbars=yes,resizable=yes,status=yes');
}

function startTSQuote() {
		var travelquote = window.open(str_prefix+'/travel-insurance/quote/TS/loadipl.aspx','travelpopup','width=785,height=550,status=yes,scrollbars=yes,resizable=yes,location=no');
}

function recallTSQuote() {
		var travelquote = window.open(str_prefix+'/travel-insurance/quote/TS/quoterecall.aspx','travelpopup','width=785,height=550,status=yes,scrollbars=yes,resizable=yes,location=no');
}