//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#000066", "shadow":"#666666", "bgON":"#3939A1","bgOVER":"#7171D0"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css_sub = {"ON":"clsCMOn_sub", "OVER":"clsCMOver_sub"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var STYLE1 = {"border":1, "shadow":0, "color":color, "css":css_sub};
//items and formats

var MENU_MAIN =
[

	{"pos":[171,119], "itemoff":[0,117], "leveloff":[25,20], "style":STYLE, "size":[19,117]},

	{code:"  Home ", url:"index.htm" },
	{code:"  Company", url:"company/index.htm",
			     sub:[
			{"itemoff":[17,0], "leveloff":[26,0], "size":[18,118]},
			{code:"Management", url:"company/management.htm", format:{"style":STYLE1}},
            {code:"Investors",url:"company/investors.htm",format:{"style":STYLE1}},
            {code:"Alliances",url:"company/alliances.htm",format:{"style":STYLE1}},
			{code:"Partners",url:"company/partners.htm",format:{"style":STYLE1}},
			{code:"Careers",url:"company/careers.htm",format:{"style":STYLE1}},
			{code:"Culture&nbsp;&amp;&nbsp;Values",url:"company/culture.htm",format:{"style":STYLE1}},
            {code:"Contact Us",url:"company/contact.htm",format:{"style":STYLE1}}
		        ]
	},
	{code:"  Products", url:"products/index.htm", 
                sub:[
			{"itemoff":[17,0], "leveloff":[26,0], "size":[18,118]},
            {code:"Case&nbsp;Studies",url:"products/casestudies.htm",format:{"style":STYLE1}},
			{code:"Architecture",url:"products/architecture.htm",format:{"style":STYLE1}},
			{code:"Literature",url:"products/literature.htm",format:{"style":STYLE1}},
			{code:"Testimonials",url:"products/testimonials.htm",format:{"style":STYLE1}},
            {code:"FAQ",url:"products/faq.htm",format:{"style":STYLE1}}
		        ]	
	},
	{code:"  Semantics", url:"semantics/index.htm",	
	           sub:[
			{"itemoff":[17,0], "leveloff":[26,0], "size":[18,215]},
			{code:"Semantic&nbsp;Information&nbsp;Management", url:"semantics/sim.htm", format:{"style":STYLE1}},
            {code:"The&nbsp;Semantic&nbsp;Web",url:"semantics/semanticweb.htm",format:{"style":STYLE1}},
            {code:"Ontologies",url:"semantics/ontologies.htm",format:{"style":STYLE1}},
			{code:"Resources",url:"semantics/resources.htm",format:{"style":STYLE1}},
			{code:"Benefits",url:"semantics/benefits.htm",format:{"style":STYLE1}}
		        ]
	},
	{code:"  Solutions", url:"solutions/index.htm",
	                sub:[
			{"itemoff":[17,0], "leveloff":[26,0], "size":[18,152]},
			{code:"Financial&nbsp;Services", url:"solutions/financialservices.htm", format:{"style":STYLE1}},
            {code:"Insurance",url:"solutions/insurance.htm",format:{"style":STYLE1}},
            {code:"Federal",url:"solutions/federal.htm",format:{"style":STYLE1}},
			{code:"ACORD",url:"solutions/acord.htm",format:{"style":STYLE1}},
			{code:"Information&nbsp;Quality",url:"solutions/informationquality.htm",format:{"style":STYLE1}},
			{code:"Information&nbsp;Integration",url:"solutions/informationintegration.htm",format:{"style":STYLE1}},
 			{code:"Information&nbsp;Management",url:"solutions/informationmanagement.htm",format:{"style":STYLE1}},
			{code:"Business&nbsp;Intelligence",url:"solutions/businessintelligence.htm",format:{"style":STYLE1}},
			{code:"Metadata&nbsp;(Repositories)",url:"solutions/metadata.htm",format:{"style":STYLE1}},
            {code:"Web&nbsp;Services",url:"solutions/webservices.htm",format:{"style":STYLE1}}
		          ]
	},
	{code:"  Services", url:"services/index.htm",
 				  sub:[
			{"itemoff":[17,0], "leveloff":[26,0], "size":[18,118]},
			{code:"Methodology", url:"services/methodology.htm", format:{"style":STYLE1}},
            {code:"Consulting",url:"services/consulting.htm",format:{"style":STYLE1}},
            {code:"Training",url:"services/training.htm",format:{"style":STYLE1}},
			{code:"Support",url:"services/support.htm",format:{"style":STYLE1}}
		          ]	
	},
	{code:"  News&nbsp;&amp;&nbsp;Events", url:"news/index.htm",
	 			sub:[
			{"itemoff":[17,0], "leveloff":[26,0], "size":[18,124]},
			{code:"Unicorn&nbsp;in&nbsp;the&nbsp;News", url:"news/inthenews.htm", format:{"style":STYLE1}},
            {code:"Events",url:"news/events.htm",format:{"style":STYLE1}},
            {code:"Press&nbsp;Releases",url:"news/pressreleases.htm",format:{"style":STYLE1}},
			{code:"Analyst&nbsp;Coverage",url:"news/analyst.htm",format:{"style":STYLE1}}
		          ]
	}
];