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:"#efefef",	// 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_MOB = [
	{pos:'relative', itemoff:[0,196], style:MENU2STYLE, size:[18,190]},
	{code:"+ Mobility Solutions",url:"mobility/mobility.html",
		sub:[
			{itemoff:[41,0], size:[41,196], leveloff:[25,-4], style:MENU2SUB},
			{code:'<img src="images/suboverview.gif" width="193" height="41" />', url:"mobility/mobility.html"},
			{code:'<img src="images/subexperience.gif" width="193" height="41" />', url:"mobility/mobilityexperience.html"},
			{code:'<img src="images/subopinions.gif" width="193" height="41" />', url:"mobility/mobilityopinions.html"},
			{code:'<img src="images/subproddev.gif" width="193" height="41" />', url:"mobility/productdevelopment.html"},
			{code:'<img src="images/b.gif" width="195" height="148" />'}
		]
	},
	
	{code:"+ Enterprise Integration / B2B", url:"eai/eaib2b.html",
		sub:[
			{itemoff:[41,0], size:[41,197],leveloff:[25,-3], style:MENU2SUB},
			{code:'<img src="images/suboverview.gif" width="193" height="41" />', url:"eai/eaib2b.html"},
			{code:'<img src="images/subexperience.gif" width="193" height="41" />', url:"eai/eaiexperience.html"},
			{code:'<img src="images/b.gif" width="194" height="230" />'}
		]
	},
	{code:"+ Application Development",url:"appdev/application.html",
		sub:[
			{itemoff:[41,0], size:[41,196], leveloff:[25,-3], style:MENU2SUB},
			{code:'<img src="images/suboverview.gif" width="193" height="41" />', url:"appdev/application.html"},
			{code:'<img src="images/b.gif" width="196" height="271" />'}	
		]
	},
];
