BLANK_IMAGE = '/images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[340,30], style:STYLE},
	{code:'About Us', url:'/about/index.html', size:[43,90], itemoff:[0,65], leveloff:[42,0], style:STYLE, 
		sub:[
			{itemoff:[23,0], size:[24,155], style:STYLE2},
			{code:'Company Overview', url:'/about/company.html'},
			{code:'Management Team', url:'/about/management.html'},
			{code:'Corporate Locations', url:'/about/locations.html'},
			{code:'Corporate Responsibility', url:'/about/responsibility.html'},
			{code:'Environmental Policies', url:'/about/environment.html'},
			{code:'Employment', url:'/about/employment.html'},
			{code:'Contact Information', url: '/contact/index.html'},
			{code:'Investor Information', url:'/about/investor.html'},
			{code:'Legal Information', url:'/legal/index.html'},
			{code:'Site Information', url:'/about/site.html'},
			{code:'News &amp; Press', url:'/news/index.html'}
		]
	},
	{code:'Our Services', url:'/services/index.html', size:[43,120], itemoff:[0,90], leveloff:[42,0], style:STYLE,
		sub:[
			{itemoff:[23,0], size:[24,135], style:STYLE2},
			{code:'Overview', url:'/services/index.html'},
			{code:'Mobile Technology', url:'/deltastream/index.html'},
			{code:'App Building', url:'/appvox/custom.html'},
			{code:'Software Engineering', url:'/services/software.html'},
			{code:'Migration &amp; Porting', url:'/services/migrate.html'},
			{code:'X/Motif Consultancy', url:'/services/xmcons.html'},
			{code:'Internet Services', url:'/services/internet.html'},
			{code:'Audit &amp; Training', url:'/services/audit.html'}
		]
	},
	{code:'Our Products', url:'/products/index.html', size:[43,125], itemoff:[0,120], leveloff:[42,0], style:STYLE, 
		sub:[
			{itemoff:[23,0], size:[24,130], style:STYLE2},
			{code:'Overview', url:'/products/index.html'},
			{code:'Appvox', url:'/appvox/index.html'},
			{code:'DeltaStream', url:'/deltastream/index.html'},
			{code:'X-Designer', url:'/xd/index.html'},
			{code:'Visaj', url:'/visaj/index.html'},
			{code:'Accessibility', url:'/mas/index.html'},
			{code:'Motif', url:'/motif/index.html'},
			{code:'Downloads', url:'/downloads/index.html'},
			{code:'Prices &amp; Purchasing', url:'/products/pricing.html'},
			{code:'Support', url:'/support/index.html'},
			{code:'Product License', url:'/legal/productlicense.html'},
			{code:'Support Agreement', url:'/legal/supportagreement.html'}
		]
	},
	{code:'Our Customers', url:'/customer/index.html', size:[43,140], itemoff:[0,125], leveloff:[42,0], style:STYLE, 
		sub:[
			{itemoff:[23,0], size:[24,120], style:STYLE2},
			{code:'Customer List', url:'/customer/index.html'},
			{code:'Customer Quotes', url:'/customer/cust_quote.html'},
			{code:'Customer Stories', url:'/customer/stories/index.html'}
		]
	},
	{code: 'Contact Us', url: '/contact/index.html', size:[43,110], itemoff:[0,140], leveloff:[45,0], style:STYLE }
];

