//
// -- Below is where you edit the left hand navigation --
//
function makeNav(startHeight){
    openMainTable();
    mainTable('Welcome','welcome.htm','null');
    mainTable('Online Brokers','online_a-c.htm','5');
    closeMainTable();


openPopupTable('5','2',startHeight);
    popupTable('A - C listing','online_a-c.htm');
    popupTable('D - H listing','online_d-h.htm');
    popupTable('I - Q listing','online_i-q.htm');
    popupTable('R - Z listing','online_r-z.htm');
    closePopupTable();

}
//
// -- End of script you edit for the left hand navigation --
//



<!--mainTable('Advisory','javascript:openInTargetBlank(\'http://www.fsa.gov.uk/tables/home.jsp\')','null');-->

