// menu_items.js file
// comments block here
var MENU_ITEMS =[
["
HOME", "http://asx.netquote.com.au/home.asp",
[" Home Page", "http://asx.netquote.com.au/home.asp"],
[" Contact Details", "http://asx.netquote.com.au/contact.asp"],
[" About Netquote
", "http://asx.netquote.com.au/about.asp",
[" About", "http://asx.netquote.com.au/about.asp"],
[" Privacy Policy", "http://asx.netquote.com.au/privacy.asp"],
[" Terms of Use", "http://asx.netquote.com.au/terms.asp"]
],
],
["MARKET DATA", null,
[" Alerts", "http://asx.netquote.com.au/alerts.asp"],
[" Charts", "http://asx.netquote.com.au/charts.asp"],
[" Data Files
", "http://asx.netquote.com.au/datafiles.asp",
[" Daily Email", "http://asx.netquote.com.au/dailyemail.asp"],
[" Daily Files", "http://asx.netquote.com.au/datafiles.asp"],
[" Downloader", "http://asx.netquote.com.au/downloader.asp"]
],
[" Fundamentals
", null,
[" Capital History", "http://asx.netquote.com.au/caphistory.asp"],
[" Company Profiles", "http://asx.netquote.com.au/profiles.asp"],
[" Financials", "http://asx.netquote.com.au/financials.asp"],
[" Business Summary", "http://asx.netquote.com.au/summary.asp"]
],
[" Market Movers", "http://asx.netquote.com.au/movers.asp?c=c"],
[" Portfolio Manager
", "http://asx.netquote.com.au/portfolios.asp",
[" Create New", "http://asx.netquote.com.au/port_edit.asp"],
[" All", "http://asx.netquote.com.au/portfolios.asp"],
],
[" Price Quotes
", ,
[" ASX Indices", "http://asx.netquote.com.au/indices.asp"],
[" Course of Sales", "http://asx.netquote.com.au/cos.asp"],
[" Market Depth", "http://asx.netquote.com.au/depth.asp"],
[" Market Detail", "http://asx.netquote.com.au/detail.asp"],
[" Snap Quote", "http://asx.netquote.com.au/snap.asp"],
[" Trade History", "http://asx.netquote.com.au/tradehistory.asp"],
],
[" Web Queries", "http://asx.netquote.com.au/webquery.asp"],
],
["NEWSFEEDS", null,
[" Announcements", "http://asx.netquote.com.au/announcements.asp"],
[" Breaking", "http://asx.netquote.com.au/xmlnews.asp"],
[" Company Reports", "http://asx.netquote.com.au/reports.asp"],
[" Email Reports", "http://asx.netquote.com.au/emailreports.asp"],
[" Financial News", "http://asx.netquote.com.au/finnews.asp"],
],
["SOFTWARE", "http://asx.netquote.com.au/software.asp",
[" Charts","http://asx.netquote.com.au/NQCnetquoteCharts.asp"],
[" Downloader", "http://asx.netquote.com.au/downloader.asp"],
[" EquityPro", "http://asx.netquote.com.au/equitypro.asp"],
[" Historical Data", "http://asx.netquote.com.au/historicalcd.asp"],
[" Prophet", "http://asx.netquote.com.au/prophet.asp"],
[" Stockmarket Plus", "http://asx.netquote.com.au/maus.asp"]
],
["SUBSCRIBE", "https://asx.netquote.com.au/register.asp",
[" Register", "https://asx.netquote.com.au/register.asp"],
[" Services", "http://asx.netquote.com.au/services.asp"],
[" My Cart
", "http://asx.netquote.com.au/cart.asp"],
[" My Account", "http://asx.netquote.com.au/accounts.asp"],
[" Corporate", "http://asx.netquote.com.au/corporate.asp"]
],
["SUPPORT", "http://asx.netquote.com.au/support.asp",
[" ASX Guides", "http://asx.netquote.com.au/asxdocuments.asp"],
[" Calendar", "http://asx.netquote.com.au/calendar.asp"],
[" Code Search", "http://asx.netquote.com.au/codelookup.asp"],
[" FAQ's", "http://asx.netquote.com.au/faq.asp"],
[" Request Help", "http://asx.netquote.com.au/support.asp"],
]
];