function jsf_text1(){
var text1 = "Bank of Ireland 365 is a registered business name of Bank of Ireland. Bank of Ireland incorporated in Ireland with Limited Liability. Authorised by the Irish Financial Regulator and authorised and subject to limited regulation by the Financial Services Authority.  Details about the extent of our authorisation and regulation by the Financial Services Authority are available from us on request.";
document.write(text1)
}
function jsf_text2(){
var text2 = "Registered Office - Head Office, 40 Mespil Road, Dublin 4. Registered Number - C-1.";
document.write(text2)
}
function jsf_text3(){
var text3 = "2010 Bank of Ireland.";
document.write(text3)
}

function newPopup(url) {
	popupWindow = window.open(
		url,'popUpWindow','height=600,width=600,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes')
}

function newRegisterPopup(url) {
w = window.open(url,"365onlineform", "height=600,width=745,toolbar=no,scrollbars=yes,resizable=0");
			
}