//sto_fee data array
rate = new Array();
rate[0] = new Array("Bank of Montreal","12.50","n/a");
rate[1] = new Array("Bank of Nova Scotia","12.50","20.00");
rate[2] = new Array("CIBC","12.50","20.00");
rate[3] = new Array("Laurentian Bank","13.00","16.50");
rate[4] = new Array("National Bank","16.00","30.00");
rate[5] = new Array("Royal Bank","10.00","10.00");
rate[6] = new Array("TD Canada Trust","12.50","17.50");
//sto_fee table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Service Fees");
ratetableHeadings[1] = new Array("Stop Payment Orders");
//sto_fee 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=tableLinks>Safety Deposit Box</a> | <a href=sto_fee_sort.shtml class=tableLinksActive>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>");
//sto_fee column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Institution");
ratecolHeadings[1] = new Array("Complete<br>Details");
ratecolHeadings[2] = new Array("Incomplete<br>Details");
//sto_fee date array
rateDate = new Array("Tuesday, February 7 2012");
//sto_fee rate description array
rateDescription = new Array("This chart displays the fees required by selected financial institutions to execute a stop payment order on a cheque. It shows the difference in cost between providing full or partial details when requesting a stop payment. The columns in this table can be sorted by clicking on the bold headings.");

