function Preload(template){
var ImageArray=new Array(template + '/images/shell/extra/col3_bot_gbcoins_bacs.jpg', template + '/images/shell/extra/col3_bot_gbcoins_chaps.jpg', template + '/images/shell/extra/col3_bot_gbcoins_cccc.jpg', template + '/images/shell/extra/col3_bot_gbcoins_dcpcu.jpg', template + '/images/shell/extra/col3_bot_gbcoins_faster.jpg', template + '/images/shell/extra/col3_bot_gbcoins_ffa.jpg', template + '/images/shell/extra/col3_bot_gbcoins_council.jpg', template + '/images/shell/extra/col3_bot_gbcoins_ukca.jpg', template + '/images/shell/extra/col3_bot_gbcoins_uk.jpg');
for(i=0;i<ImageArray.length;i++)
    { var NewImage=new Image(); NewImage.src=ImageArray[i];}
}

function changeRolloverBacs(template) {
	document.getElementById('page_heading').innerHTML="Bacs has been at the heart of the payments industry for over 40 years and is responsible for the schemes behind the clearing and settlement of automated payments in the UK";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_bacs.jpg";
}

function changeRolloverChaps(template) {
	document.getElementById('page_heading').innerHTML="CHAPS is an electronic bank-to-bank value payment made within the UK in sterling.  It is fast, secure, efficient and the money is transferred the same day";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_chaps.jpg";
}

function changeRolloverCccc(template) {
	document.getElementById('page_heading').innerHTML="The Cheque and Credit Clearing Company is a membership-based industry body which manages the cheque clearing system in Great Britain";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_cccc.jpg";
}

function changeRolloverDcpcu(template) {
	document.getElementById('page_heading').innerHTML="The Dedicated Cheque and Plastic Crime Unit (DCPCU) is a special police unit fully sponsored by the banking industry with an ongoing brief to help stamp out organised card and cheque fraud across the UK";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_dcpcu.jpg";
}

function changeRolloverFaster(template) {
	document.getElementById('page_heading').innerHTML="The Faster Payments Service is the first new payments service to be introduced in the UK for more than 20 years.  For the very first time phone, internet and standing order payments can move within a few hours";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_faster.jpg";
}

function changeRolloverFfa(template) {
	document.getElementById('page_heading').innerHTML="Financial Fraud Action UK orchestrates the financial services industry on fraud, presenting a united front against financial fraud and its effects";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_ffa.jpg";
}

function changeRolloverCouncil(template) {
	document.getElementById('page_heading').innerHTML="The Payments Council is the organisation that sets strategy for UK payments. It has been established to ensure that UK payment systems and services meet the need of users, payment service providers and the wider economy";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_council.jpg";
}

function changeRolloverUkca(template) {
	document.getElementById('page_heading').innerHTML="The UK Cards Association is a trade body that gives card issuers a forum where they can work together on non-competitive issues.  We engage with stakeholders to advance the industry for the ultimate benefit of our members' consumer and retail customers";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_ukca.jpg";
}

function changeRolloverUk(template) {
	document.getElementById('page_heading').innerHTML="SWIFT is the Society for Worldwide Interbank Financial Telecommunication, a member-owned cooperative through which the financial world conducts its business operations with speed, certainty and confidence";
	document.getElementById('page_heading').style.fontSize="1.1em";
	document.getElementById('page_heading').style.fontWeight="bold";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins_uk.jpg";
}


function resetRollover(template, heading) {
	document.getElementById('page_heading').innerHTML=heading;
	document.getElementById('page_heading').style.fontSize="1.4em";
	document.getElementById('page_heading').style.fontWeight="normal";
	document.getElementById('gbcoins').src=template + "/images/shell/extra/col3_bot_gbcoins.jpg";
}