<!--
if (document.images)	{

depositOn = new Image;
depositOn.src = "images/bt_deposit_over.gif";

depositOff = new Image;
depositOff.src = "images/bt_deposit.gif";

loanOn = new Image;
loanOn.src = "images/bt_loan_over.gif";

loanOff = new Image;
loanOff.src = "images/bt_loan.gif";

otherOn = new Image;
otherOn.src = "images/bt_other_over.gif";

otherOff = new Image;
otherOff.src = "images/bt_other.gif";

ratesOn = new Image;
ratesOn.src = "images/bt_rates_over.gif";

ratesOff = new Image;
ratesOff.src = "images/bt_rates.gif";

aboutOn = new Image()
aboutOn.src = "images/bt_about_over.gif"

aboutOff = new Image()
aboutOff.src = "images/bt_about.gif"

calcsOn = new Image()
calcsOn.src = "images/bt_calcs_over.gif"

calcsOff = new Image()
calcsOff.src = "images/bt_calcs.gif"

contactOn = new Image()
contactOn.src = "images/bt_contact_over.gif"

contactOff = new Image()
contactOff.src = "images/bt_contact.gif"

}
//-->
