<!--
function popup1(){
	question = confirm("The following document sets out the key facts about our service.  This shows our typical terms and conditions.  However we will discuss your preferences such as how we are paid when you ask for our advice.")
	if (question !="0"){
		top.location = "downloads/Key_Facts_About_cost_of_our_Services.doc"
	}
}
function popup2(){
	question = confirm("The following document sets out the key facts about our service.  This shows our typical terms and conditions.  However we will discuss your preferences such as how we are paid when you ask for our advice.")
	if (question !="0"){
		top.location = "downloads/Key_Facts_About_Our_Services-Investments.doc"
	}
}
function popup3(){
	question = confirm("The following document sets out the key facts about our service.  This shows our typical terms and conditions.  However we will discuss your preferences such as how we are paid when you ask for our advice.")
	if (question !="0"){
		top.location = "downloads/Key_Facts_About_Our_Services-Mortgages.doc"
	}
}
function popup4(){
	question = confirm("The following document sets out the key facts about our service.  This shows our typical terms and conditions.  However we will discuss your preferences such as how we are paid when you ask for our advice.")
	if (question !="0"){
		top.location = "downloads/Key_Facts_About_Our_Services-Insurance.doc"
	}
}
function popup5(){
	question = confirm("The following document sets out the key facts about our service.  This shows our typical terms and conditions.  However we will discuss your preferences such as how we are paid when you ask for our advice.")
	if (question !="0"){
		top.location = "downloads/Key_Facts_About_Our_Services-Lifetime_Mortgages.doc"
	}
}
//-->
