
var MENU_ITEMS =[
	["Home", "../index.htm", null],
	["Online Shop", null, null,
		['Gift Cheque Orders',  "../merchants/online_shop.htm", null],
	],
	["About Us", null, null,
		['Company Profile', null, null,
			['History', "../brochure_companyprofile_history.htm", null],
			['Management Team', "../brochure_companyprofile_management.htm", null],
			['Team Profiles', "../brochure_companyprofile_team.htm", null],
			['Client Base', "../brochure_companyprofile_clientbase.htm", null],
			['Sales & Performance', "../brochure_companyprofile_sales.htm", null],
			['Retailer Schemes', "../brochure_companyprofile_retailers.htm", null],
			['References', "../brochure_companyprofile_references.htm", null],
		],
		['Gift Cheque Solution', null, null,
			['Product Overview', "../brochure_giftcheque_overview.htm", null],
			['Product Development', "../brochure_giftcheque_development.htm", null],
			['Flex-e-pos Till', "../brochure_giftcheque_epos.htm", null],
			['Web-based MIS', "../brochure_giftcheque_mis.htm", null],
			['Printing & Fulfillment', "../brochure_giftcheque_printing.htm", null],
			['Support', "../brochure_giftcheque_support.htm", null],
			['Reporting', "../brochure_giftcheque_reporting.htm", null],
			['Upgrades', "../brochure_giftcheque_upgrades.htm", null],
		],
		['Marketing', null, null,
			['Corporate Sales', "../brochure_marketing_sales.htm", null],
			['E-Commerce', "../brochure_marketing_ecommerce.htm", null],
			['Sales Promotion', "../brochure_marketing_promotion.htm", null],
		],
		['Implementation', null, null,
			['Infrastructure & FEV Resources', "../brochure_implementation_infrastructure.htm", null],
			['Project Planning', "../brochure_implementation_planning.htm", null],
			['Client Resources', "../brochure_implementation_resources.htm", null],
			['Training', "../brochure_implementation_training.htm", null],
		],
		['Operations', null, null,
			['Stock Tracking & Management', "../brochure_operations_stocktracking.htm", null],
			['Retail Sales, Cashing Up & Banking', "../brochure_operations_banking.htm", null],
			['Reconciliation Sign Off & Financial Control Approval', "../brochure_operations_reconciliation.htm", null],
			['FEV Tasks', "../brochure_operations_fevtasks.htm", null],
		],
		['Pricing', "../brochure_pricing.htm", null],
		['Summary', "../brochure_summary.htm", null],
	],
	['News', null, null, 
		['Press Releases', "../news_press_releases.htm", null],
		['Archive', "../news_archive.htm", null],
	],
	["Clients", null, null,
		["Arlington", "../clients_arlington.htm", null,
			["Whitgift, Croydon", "../clients_aberdeen_whitgift.htm", null]
		],
		["Canary Wharf Group plc", "../clients_canarywharf.htm", null,
			["Canary Wharf", "../clients_canarywharf_shoppingcentre.htm", null]
		],
		["Lend Lease", "../clients_Lendlease.htm", null,
			["Bluewater, Kent", "../clients_lendlease_bluewater.htm", null],
			["Overgate, Dundee", "../clients_lendlease_overgate.htm", null],
			["Touchwood, Solihull", "../clients_lendlease_touchwood.htm", null]
		],
		["Prudential", "../clients_prupim.htm", null,
			["Cribbs Causeway, Bristol", "../clients_prupim_cribbs.htm", null],
			["Galleries, Washington", "../clients_prupim_galleries.htm", null],
			["Grafton, Cambridge", "../clients_prupim_grafton.htm", null],
			["Kirkgate, Bradford", "../clients_prupim_kirkgate.htm", null],
			["Luton Arndale", "../clients_prupim_luton.htm", null],
			["Manchester Arndale", "../clients_prupim_manchester.htm", null]
		],
	],	
	["Contact Us", "../contact_us.htm", null]
];
