BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"999999",	// color of the item border, if any
		shadow:"#",	// color of the item shadow, if any
		bgON:"#efefef",		// background color for the items
		bgOVER:"#cccccc"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_meetings",	// CSS class for items
		OVER:"clsCMOver_meetings"	// CSS class  for item which is under mouse
	}
};


var STYLE_LIST = {
	border:0,
	shadow:0,
	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_arrow2",		// CSS class for items
		OVER:"clsCMOver_arrow2"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS2 = [
	{pos: ["relative"], itemoff:[32,0], leveloff:[0,99], style:STYLE_LIST, size:[30,170]},

	{code:"DeBoer", url:'#',
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Event Summary", url:'deboer.html'},
			{code:"Client Testimonial", url:'deboer_test.html'},
			{code:"Event Photos", url:'deboer_photos.html'}
			]
	},


	{code:"Telefon-Gradnja", url:'#',
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Event Summary", url:'telefon.html'},
			{code:"Client Testimonial", url:'telefon_test.html'},
			{code:"Event Photos", url:'telefon_photos.html'}
		]
	},

	
	{code:"Rothary", url:'#', style:STYLE_LIST,
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Event Summary", url:'rothary.html'},
			{code:"Client Testimonial", url:'rothary_test.html'},
			{code:"Event Photos", url:'rothary_photos.html'}
		]
	},


	{code:"Hayward Tyler", url:'#', style:STYLE_LIST,
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Event Summary", url:'hayward.html'},
			{code:"Client Testimonial", url:'hayward_test.html'}
		]
	},


	{code:"Barco", url:'#', style:STYLE_LIST,
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Event Summary", url:'barco.html'},
			{code:"Event Photos", url:'barco_photos.html'}
		]
	},


	{code:"SMG", url:'#', style:STYLE_LIST,
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Event Summary", url:'smg.html'},
			{code:"Client Testimonial", url:'smg_test.html'},
			{code:"Event Photos", url:'smg_photos.html'}
		]
	},


	{code:"TenCate Thiolon", url:'#', style:STYLE_LIST,
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Event Summary", url:'tencate.html'},
			{code:"Client Testimonial", url:'tencate_test.html'},
			{code:"Event Photos", url:'tencate_photos.html'}
		]
	},
	


	{code:"Evologics", url:'#', style:STYLE_LIST,
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Client Testimonial", url:'evologics_test.html'}
		]
	},



	{code:"Acom", url:'#', style:STYLE_LIST,
		sub:[
			{itemoff:[32,0], leveloff:[0,170], style:STYLE, size:[30,135]},
			{code:"Client Testimonial", url:'acom_test.html'},
			{code:"Event Photos", url:'acom_photos.html'}
		]
	}

];

