/* --- menu items --- */
var host_root = "http://" + location.host;

var MI_MAIN_MENU = [
	['&nbsp;&nbsp;&nbsp;Home', '/', 70, 
	],
	['&nbsp;Solutions', null, 130,
    ['Service Management',  '/solutions/sm.html'],
    ['Asset Management',    '/solutions/am.html'],
    ['Network Inventory',   '/discovery/index.html'],
  ],
	['&nbsp;Products', null, 155,
		['Alloy Navigator',         '/a5/index.html'],
		['Alloy Network Inventory', '/nin/index.html'],
	],
	['&nbsp;Support', '/support/guidelines.html', 117,
  	['Support Guidelines',	'/support/guidelines.html'],
		['Submit Feedback',	'/support/feedback.html'],
  	['Report Issues',			'/support/report.html'],
		['Online Forums',   '/forum/'],
		['FAQ',             '/faq/index.html'],
	],
	['&nbsp;Partners', null, 128,
		['Resellers',      		'/partners/resellers.html'],
		['IT Service Providers',  '/partners/it.html'],
		['Become a Partner',	  '/partners/become.html'],
	],
	['&nbsp;&nbsp;&nbsp;Order',  '/order/info.html', 124,
		['Licensing',     '/order/licensing.html'],
		['Ordering Options',     '/order/info.html'],
  		['Download W9 Form',     '/order/w9.html'],
		['Request Quote',        '/order/quote.html'],
		['Submit PO',            '/order/po.html'],
		['Order Online',         'http://store.alloy-software.com'],
	],
	['Company', null, 102,
 		['Information',   '/company/info.html'],
 		['Newsletter',    '/company/news.html'],
 		['Customers',  	  '/company/customers.html'],
 		['Success Stories',  '/company/stories.html'],
 		['Testimonials',  '/company/testimonials.html'],
		['Careers',       '/company/careers.html'],
		['Contact',       '/company/contact.html'],
	],
];


