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"
	color:{
		border:"#FA6604",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#484848;",		// background color for the items
		bgOVER:"#484848;"	// 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 STYLE_DOWN = {
	border:2,				// item's border width, pixels; zero means "none"
	borders:[1,0,1,0], 	 	// Choose witch side gets borders
	shadow:0,				// item's shadow size, pixels; zero means "none"
	color:{	
		border:"#FA6604",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#C2C2C2;",		// background color for the items
		bgOVER:"#FA6604"	// background color for the item which is under mouse right now
	},
		css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var STYLE_DOWN_TOP = {
	border:2,				// item's border width, pixels; zero means "none"
	borders:[1,1,1,0],  	// Choose witch side gets borders
	shadow:0,				// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FA6604",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#C2C2C2;",	// background color for the items
		bgOVER:"#FA6604"	// background color for the item which is under mouse right now
	},
		css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var STYLE_DOWN_BOTTOM = {
	border:2,				// item's border width, pixels; zero means "none"
	borders:[1,0,1,1],  	// Choose witch side gets borders
	shadow:0,				// item's shadow size, pixels; zero means "none"
	size:[24,100],
	color:{
		border:"#FA6604",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#C2C2C2;",	// background color for the items
		bgOVER:"#FA6604"	// background color for the item which is under mouse right now
	},
		css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var STYLE_DOWN_BOTTOM2 = {
	border:2,				// item's border width, pixels; zero means "none"
	borders:[1,0,1,1],  	// Choose witch side gets borders
	shadow:0,				// item's shadow size, pixels; zero means "none"
	size:[24,120],
	color:{
		border:"#FA6604",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#C2C2C2;",	// background color for the items
		bgOVER:"#FA6604"	// background color for the item which is under mouse right now
	},
		css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS1 = [
	{pos:[0,11], itemoff:[0,105], leveloff:[42,0], style:STYLE, size:[22,100]},
	{code:'<img src="/images/menu/digandsit.jpg" width="100" height="27" />',
		ocode:'<img src="/images/menu/digandsit_active.jpg" width="100" height="27" />',
		sub:[
			{itemoff:[21,0]},
			{style:STYLE_DOWN_TOP, code:"design", url:"/nl/design"},
			{style:STYLE_DOWN, code:"features", url:"/nl/features"},
			{style:STYLE_DOWN, code:"colors", url:"/nl/colors"},
			{style:STYLE_DOWN, code:"set-up", url:"/nl/setup"},
			{style:STYLE_DOWN, code:"in use", url:"/nl/inuse"},
			{style:STYLE_DOWN_BOTTOM, code:"movie", url:"/nl/movie"},
		]
	},
];



var MENU_ITEMS2 = [
	{pos:[105,11], itemoff:[30,105], leveloff:[42,0], style:STYLE, size:[22,120]},
	{code:'<img src="/images/menu/divider.jpg" width="126" height="27" />',
		ocode:'<img src="/images/menu/divider_active.jpg" width=126" height="27" />',
		sub:[
			{itemoff:[21,0], width:[200]},
			{style:STYLE_DOWN_TOP, code:"design", url:"/nl/dividerdesign"},
			{style:STYLE_DOWN, code:"features", url:"/nl/dividerfeatures"},
			{style:STYLE_DOWN, code:"set-up", url:"/nl/dividersetup"},
			{style:STYLE_DOWN, code:"gallery", url:"/nl/dividergallery"},
			{style:STYLE_DOWN_BOTTOM2, code:"movie", url:"/nl/dividermovie"},
		]
	},
];

var MENU_ITEMS3 = [
	{pos:[0,11], itemoff:[0,105], leveloff:[42,0], style:STYLE, size:[22,100]},
	{code:'<img src="/images/menu/digandsit.jpg" width="100" height="27" />',
		ocode:'<img src="/images/menu/digandsit_active.jpg" width="100" height="27" />',
		sub:[
			{itemoff:[21,0]},
			{style:STYLE_DOWN_TOP, code:"design", url:"/uk/design"},
			{style:STYLE_DOWN, code:"features", url:"/uk/features"},
			{style:STYLE_DOWN, code:"colors", url:"/uk/colors"},
			{style:STYLE_DOWN, code:"set-up", url:"/uk/setup"},
			{style:STYLE_DOWN, code:"in use", url:"/uk/inuse"},
			{style:STYLE_DOWN_BOTTOM, code:"movie", url:"/uk/movie"},
		]
	},
];



var MENU_ITEMS4 = [
	{pos:[105,11], itemoff:[30,105], leveloff:[42,0], style:STYLE, size:[22,120]},
	{code:'<img src="/images/menu/divider.jpg" width="126" height="27" />',
		ocode:'<img src="/images/menu/divider_active.jpg" width=126" height="27" />',
		sub:[
			{itemoff:[21,0], width:[200]},
			{style:STYLE_DOWN_TOP, code:"design", url:"/uk/dividerdesign"},
			{style:STYLE_DOWN, code:"features", url:"/uk/dividerfeatures"},
			{style:STYLE_DOWN, code:"set-up", url:"/uk/dividersetup"},
			{style:STYLE_DOWN, code:"gallery", url:"/uk/dividergallery"},
			{style:STYLE_DOWN_BOTTOM2, code:"movie", url:"/uk/movie"},
		]
	},
];