var imageFiles_3hdjo_1 = new Array();
imageFiles_3hdjo_1['0'] = new Array ('_images/3hdjo_Debt_Investment.gif', '_images/3hdjo_Debt_InvestmentMouseover.gif');
imageFiles_3hdjo_1['1'] = new Array ('_images/3hdjo_Savings_Goals.gif', '_images/3hdjo_Savings_GoalsMouseover.gif');
imageFiles_3hdjo_1['2'] = new Array ('_images/3hdjo_Single_Deposit_Savings.gif', '_images/3hdjo_Single_Deposit_SavingsMouseover.gif');
imageFiles_3hdjo_1['3'] = new Array ('_images/3hdjo_Expense_Percentage.gif', '_images/3hdjo_Expense_PercentageMouseover.gif');
imageFiles_3hdjo_1['4'] = new Array ('_images/3hdjo_Loan_Comparison.gif', '_images/3hdjo_Loan_ComparisonMouseover.gif');
imageFiles_3hdjo_1['5'] = new Array ('_images/3hdjo_Monthly_Deposit_Savings.gif', '_images/3hdjo_Monthly_Deposit_SavingsMouseover.gif');
imageFiles_3hdjo_1['6'] = new Array ('_images/3hdjo_Refinancing.gif', '_images/3hdjo_RefinancingMouseover.gif');
imageFiles_3hdjo_1['7'] = new Array ('_images/3hdjo_Net_Worth.gif', '_images/3hdjo_Net_WorthMouseover.gif');

function image_on_3hdjo_1 (position) {
   var doc = eval("document.image3hdjo_1" + position);
   doc.src = imageFiles_3hdjo_1[position][1];
}

function image_off_3hdjo_1 (position) {
   var doc = eval("document.image3hdjo_1" + position);
   doc.src = imageFiles_3hdjo_1[position][0];
}

