

<!--Hide


function linkGo()
{
	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="CardGuard"){
		popUp("leave-hsbc/leaving-hsbc.htm?http://www.cpp.co.uk/index.php3");};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Credit cards"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/personal/credit-cards/master.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Debit cards"){
		window.top.location="access-your-money-abroad/index.htm#debit"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Flexiloans"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/personal/borrowing-money/loans-not-requiring-security/flexiloan.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Financing your travel"){
		window.top.location="financing-your-travel/index.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Foreign currency"){
		window.top.location="travel-money/index.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Gold Credit Card"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/personal/credit-cards/gold.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Interest rates"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/interest_rates/index.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Internet Banking"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.hsbc.co.uk/ebank/default.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Personal loans"){
		window.top.location="http://www.banking.hsbc.co.uk/personal/borrowing-money/loans-not-requiring-security/personal-loan.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Platinum Credit Card"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/personal/credit-cards/platinum.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Travel insurance"){
		window.top.location="travel-insurance/index.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Telephone Banking"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/personal/access-to-your-account/banking-by-telephone/service-plus.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Travellers cheques"){
		window.top.location="travel-money/index.htm"};
		
	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="High Interest Savings Account"){
	window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/personal/saving-and-investing/regular-savings/high-interest-savings-account.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Instant Access Savings Account"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/personal/saving-and-investing/regular-savings/instant-access-savings.htm"};

	if (document.linkTo.menu1.options[document.linkTo.menu1.selectedIndex].value=="Lost and stolen cards"){
		window.top.location="leave-hsbc/offsite.asp?url=http://www.banking.hsbc.co.uk/personal/credit-cards/extra.htm"};


						
}




function popUp(URL) 
{
		
		day = new Date();
		id = day.getTime();
		
		eval("page" + id + " = window.open(URL, '" + id + "',  'toolbar=0,scrollbars=0,location=0,statusbar=0,status=0,directories=0,menubar=0,resizable=0,width=500,height=280');");
		
}
	
	
	
function newWindow(url) 
{
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(url, '" + id + "');");
		window.close();
}
	
function closeWindow() 
{
		window.opener.focus();
		window.close();
}	

//-->

