BLANK_IMAGE = 'images/b.gif';

var DIVIDER ={
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"ff0000",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnDIVIDER",		// CSS class for items
		OVER:"clsCMOverDIVIDER"	// CSS class  for item which is under mouse
	}
};

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var STYLESUB = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#efefef",		// background color for the items
		bgOVER:"#efefef"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnSub",		// CSS class for items
		OVER:"clsCMOverSub"	// CSS class  for item which is under mouse
	}
};
var MENU2STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#efefef",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnMenu2",		// CSS class for items
		OVER:"clsCMOverMenu2"	// CSS class  for item which is under mouse
	}
};
var MENU2SUB = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"ffffff",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#ffffff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnMenu2Sub",		// CSS class for items
		OVER:"clsCMOverMenu2Sub"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,126], leveloff:[19,5], style:STYLE, size:[19,126]},
	{code:"+ INTERDEV HOME", url:"../index.html"},
	{code:"+ CONTACT US", url:"../contact.html"},
	{code:"+ ABOUT INTERDEV",url:"../whyinterdev.html",
		sub:[
			{itemoff:[23,0], size:[23,115], style:STYLESUB},
			{code:"Why InterDev", url:"../whyinterdev.html"},
			{code:"Careers", url:"../careers.html"}	
		]
	},
	{code:"+ PARTNER PLATFORMS", url:"../partnerplatforms.html",
		sub:[
			{itemoff:[23,0], size:[23,130], style:STYLESUB},
			{code:"Microsoft", url:"../partnerplatforms.html#microsoft"},
			{code:"Symbol", url:"../partnerplatforms.html#symbol"},
			{code:"webMethods", url:"../partnerplatforms.html#webmethods"},
			{code:"Minor Planet", url:"../partnerplatforms.html#minorplanet"},
			{code:"Intermec", url:"../partnerplatforms.html#intermec"},
			{code:"Victoria.NET", url:"../partnerplatforms.html#victoria"},
			{code:"HP", url:"../partnerplatforms.html#hp"}
		]
	}
];

var MENU_SUBITEMS = [
	{pos:[2,291], itemoff:[0,196], style:MENU2STYLE, size:[18,190]},
	{code:"+ Mobility Solutions",url:"mobility/mobility.html",
		sub:[
			{itemoff:[38,0], size:[38,190], leveloff:[25,-2], style:MENU2SUB},
			{code:'<img src="images/suboverview.gif" width="189" height="38" />', url:"mobility/mobility.html"},
			{code:'<img src="images/subexperience.gif" width="189" height="38" />', url:"mobility/mobilityexperience.html"},
			{code:'<img src="images/subopinions.gif" width="189" height="38" />', url:"mobility/mobilityopinions.html"},
			{code:'<img src="images/subproddev.gif" width="189" height="38" />', url:"mobility/productdevelopment.html"},
			{code:'<img src="images/b.gif" width="195" height="88" />'}
		]
	},
	{code:"+ Enterprise Integration / B2B", url:"eai/eaib2b.html",
		sub:[
			{itemoff:[38,0], size:[38,190],leveloff:[25,-1], style:MENU2SUB},
			{code:'<img src="images/suboverview.gif" width="189" height="38" />', url:"eai/eaib2b.html"},
			{code:'<img src="images/subexperience.gif" width="189" height="38" />', url:"eai/eaiexperience.html"},
			{code:'<img src="images/b.gif" width="195" height="164" />'}
		]
	},
	{code:"+ Application Development",url:"appdev/application.html",
		sub:[
			{itemoff:[38,0], size:[38,190], leveloff:[25,-1], style:MENU2SUB},
			{code:'<img src="images/suboverview.gif" width="189" height="38" />', url:"appdev/application.html"},
			{code:'<img src="images/b.gif" width="195" height="202" />'}	
		]
	},
];
