//
// -- Below is where you edit the left hand navigation --
//
function makeNav(startHeight){
    openMainTable();
    mainTable('News & Comment','http://www.hemscott.com/hstoday/','1');
    mainTable('Company Info','http://www.hemscott.com/equities/compindx.htm','2'); 
    mainTable('Markets Data','http://businessplus.hemscott.net/backpage/index.htm','3');
    mainTable('Amex Services','http://www.hemscott.com/american_express/index.htm','null');
    mainTable('Annual Reports','http://www.hemscott.com/annual_reports','null');    
    mainTable('ShareSpeak','http://www.hemscott.com/new_online_brochures/sharespeak_online_brochure/index.htm','null');
    mainTable('Investment Trusts','http://miranda.hemscott.com/itrusts/itrusts.jsp','6');
    mainTable('Corporate Advisers','http://www.hemscott.com/advisers/advsindx.htm','7');
    mainTable('Resource Centre','http://miranda.hemscott.com/servlet/HsPublic?context=resourcecentre&path=util&service=getPage&page=resourcecentreinclude&content=home&cat=home&Hits=null','null');
    mainTable('Covered Warrants','http://miranda.hemscott.com/servlet/HsPublic?keyword=covered%252Bwarrants&context=warrants&service=getRemoteData&page=1&Hits=3&path=partner&resource=espotting','null');
    mainTable('Company Webcasts','http://www.hemscott.com/webcasts/','null');
    mainTable('Portfolio','http://portfolio.hemscott.net/hsportfolio1/portfolio','null');
    mainTable('Info Exchange','http://infoex.hemscott.net/','null');
    mainTable('ISA Centre','http://miranda.hemscott.com/isaworld/isaworld.jsp?redirect=portal','null');
    mainTable('Broker Directory','http://miranda.hemscott.com/servlet/HsPublic?keyword=brokers&context=brokerworld&service=getRemoteData&page=1&Hits=3&path=partner&resource=espotting','null'); 
    mainTable('Alerts','http://businessplus.hemscott.net/scripts/newsalert.dll','15');
    mainTable('Mobile & PDA','http://www.hemscott.com/wireless/index.htm','null');
    mainTableTarget('Business Services','http://www.hemscottbusiness.com','null','_blank');
    closeMainTable();

 
    openPopupTable('1','1',startHeight);
    popupTable('Today\'s Reg. news','http://www.hemscott.com/hstoday/rnsindex.htm');
    popupTable('Today\'s AFX news','http://www.hemscott.com/hstoday/afxndex.htm');
    popupTable('Latest comment','http://www.hemscott.com/hstoday/index.htm');
    popupTable('The week ahead','http://www.hemscott.com/hstoday/week_aheadndex.htm');
    popupTable('Tip Tracker','http://miranda.hemscott.com/servlet/HsPublic?context=premium&path=premium&service=redirect&page=tiptrackerredirect&directory=tiptracker&bodyframe=tips_template.htm');
    popupTable('Archive','http://www.hemscott.com/hstoday/archiveindex.htm');
    closePopupTable();
    
    openPopupTable('2','2',startHeight);
    popupTable('Co. Fundamentals','http://www.hemscott.com/equities/compindx.htm');
    popupTable('Director Dealings','http://businessplus.hemscott.net/dealings/index.htm');
    popupTable('Broker Forecasts','http://businessplus.hemscott.net/forecast/index.htm');
    popupTable('Mergers & Acq.s','http://www.hemscott.com/equities/ma_ind.htm');
    popupTable('Name Changes','http://www.hemscott.com/equities/compindx_namech.htm');
    popupTable('Companies<br>&nbsp;&nbsp;Removed','http://www.hemscott.com/equities/compindx_del.htm');
    closePopupTable();
    
    openPopupTable('3','3',startHeight);
    popupTable('Shareprices (UK)','http://businessplus.hemscott.net/backpage/index.htm');
    popupTable('Shareprices (Ire)','http://businessplus.hemscott.net/Ire/index.htm');
    popupTable('Streaming Prices','http://www.hemscott.com/brokerworld/index_subscription.htm');
    popupTable('Top Risers & Fallers','http://businessplus.hemscott.net/backpage/index2.htm');
    closePopupTable();

    openPopupTable('6','6',startHeight);
    popupTable('Research Centre','http://miranda.hemscott.com/itrusts/itrusts.jsp');    
    popupTable('Co. Fundamentals','http://www.hemscott.com/equities/InvINDX.htm');
    closePopupTable();

    openPopupTable('7','7',startHeight);
    popupTable('Adviser Profiles','http://www.hemscott.com/advisers/advsindx.htm');
    popupTable('Adviser Rankings','http://www.hemscott.com/advisers/advsindx1.htm');
    closePopupTable();

    openPopupTable('15','15',startHeight);
    popupTable('News Alerts','http://businessplus.hemscott.net/scripts/newsalert.dll');
    popupTable('Price Alerts','http://businessplus.hemscott.net/eprofile/eprofile.dll/alerts');
    closePopupTable();
}
//
// -- End of script you edit for the left hand navigation --
//

