//saf_box data array
rate = new Array();
rate[0] = new Array("Bank of Montreal","45.00","60.00");
rate[1] = new Array("Bank of Nova Scotia","40.00","60.00");
rate[2] = new Array("CIBC","45.00","60.00");
rate[3] = new Array("Laurentian Bank","44.00","52.00");
rate[4] = new Array("National Bank","40.00","55.00");
rate[5] = new Array("Royal Bank","40.00","55.00");
rate[6] = new Array("TD Canada Trust","42.50","60.00");
//saf_box table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Service Fees");
ratetableHeadings[1] = new Array("Safety Deposit Box Fees");
//saf_box table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("<a href=mtg_rati_sort.shtml class=tableLinks>Mort. Debt Ratios</a> | <a href=mtg_disx_sort.shtml class=tableLinks>Mort. Discharge</a> | <a href=saf_box_sort.shtml class=tableLinksActive>Safety Deposit Box</a> | <a href=sto_fee_sort.shtml class=tableLinks>Stop Payment</a> | <a href=cer_cheq_sort.shtml class=tableLinks>Certifying a Cheque</a> | <a href=nsf_fee_sort.shtml class=tableLinks>NSF Charges</a>");
//saf_box column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Institution");
ratecolHeadings[1] = new Array("1 1/2x5x24ins");
ratecolHeadings[2] = new Array("2 1/2x5x24ins");
//saf_box date array
rateDate = new Array("Thursday, February 2 2012");
//saf_box rate description array
rateDescription = new Array("This table lists the rental prices for two different safety deposit box sizes as charged by the selected financial institutions. The columns in this table can be sorted by clicking on the bold headings.");

