// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Company Info", "a_overview.aspx",
		["About Us", "a_overview.aspx"],
		["Advantage", "a_advantage.aspx"],
		["Mission / Vision", "a_mission.aspx"],
		["Our Customers", "c_customers.aspx"],
		["Contact Us", "c_contactus.aspx"],
		["Licensing", "c_licensing.aspx"]
	],
	["Technology", "t_technology.aspx",
		["Overview", "t_technology.aspx"],
		["Web Engineering", "t_webengineering.aspx"],
		["ORI-GAMI", "t_origami.aspx"],		
		["Messaging", "t_messaging.aspx"],
		["Streaming Browser", "t_realbrowser.aspx"],
		["MDI Browser", "t_mdibrowser.aspx"],
		["Analysis Technology", "t_data_aggr.aspx"],
		["Data Mining", "t_data_mining.aspx"],
		["Research & Development", "t_research.aspx"]
	],
	["Solutions", "sol_industries.aspx",
		["Overview", "sol_industries.aspx"],	
		["Industries", "sol_industries.aspx"],
		["Selected Solutions >>", "sol_solutions.aspx",
			["Simulation & Optimization", "sol_simulation.aspx"],
			["Routing Optimization", "sol_optimization.aspx"],
			["Risk Management", "sol_riskmgmt.aspx"],
			["Trading", "sol_trading.aspx"],
			["Bio Informatics", "sol_bioinfo.aspx"],
			["Monitoring & Security", "sol_security.aspx"],
			["Fraud Detection", "sol_fraud.aspx"],
			["Multimedia", "sol_codeart.aspx"],			
			["Demand/Supply Chain", "sol_inventory.aspx"]
		],
		["Selected Products", "sol_packages.aspx"]
	],
	["Services", "s_services.aspx",
		["Overview", "s_services.aspx"],	
		["Development", "s_development.aspx"],
		["Outsourcing", "s_outsourcing.aspx"],
		["Expert Solutions", "s_expertsolutions.aspx"],
		["Platforms", "s_platforms.aspx"]
	],
	["Careers", "c_jobs.aspx",

		["Job Opportunities", "c_jobs.aspx"]
	]
];
