BLANK_IMAGE = '/themes/script_utf8/px.gif';
var nocolor = {"border":"", "shadow":"", "bgON":"","bgOVER":""};
var host = "http://www.volvo.com.ua";
var STYLE_BOTTOM = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#8DAFD0",		// background color for the items
		bgOVER:"#6A8DB0"	// 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_MAIN = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// 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:"clsCMOnb",		// CSS class for items
		OVER:"clsCMOverb"	// CSS class  for item which is under mouse
	}
};

var STYLE_PAS = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		bgON:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnb",		// CSS class for items
		OVER:"clsCMOnb"	// CSS class  for item which is under mouse
	}
};

var STYLE_DOWN = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	borders:[0,0,0,0],
	color:nocolor,
	css:{
		ON:"",		// CSS class for items
		OVER:""	// CSS class  for item which is under mouse
	}
	
};

var MENU_ITEMS = [
	{pos:[12,187], itemoff:[0,99], leveloff:[25,0], style:STYLE_MAIN, size:[25,100]},
	
	{code: ':', "format":{"size":[20,5], "style": STYLE_PAS}},
	




        {code:"О клубе", format:{"itemoff":[0,13],"size":[25,50], leveloff:[-95,-23]},
		sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,100]},
			{code:"Символика" , url:host + '/symbolics.php'},
			{code:"Участники", url:host + ''},
			{code:"Архив встреч", url:host + '/forums/viewtopic.php?f=8&t=2529'},
			{code:"Партнеры", url:host + ''},
			
		]
	},

        {code:'::', "format":{"size":[25,30], "style":STYLE_PAS, "itemoff":[0,48]}},


	
	{code:"Новости", url:host + '/forums/viewforum.php?f=6', format:{"itemoff":[0,25],"size":[25,60], leveloff:[-71,-30]},
		sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,115]},

			
			
		]
	},
	
	{code:'::', "format":{"size":[25,23], "style":STYLE_PAS, "itemoff":[0,55]}},
	
	{code:"Форум", url:host + '/forums/index.php', format:{"itemoff":[0,23],"size":[25,50], leveloff:[-95,-30]},
		sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,110]},
			{code:"Общий форум" , url:host + '/forums/viewforum.php?f=19'},
			{code:"Мероприятия", url:host + '/forums/viewforum.php?f=20'},
			{code:"Техническая поддержка", url:host + '/forums/viewforum.php?f=21'},
			{code:"Информация", url:host + '/forums/viewforum.php?f=26'},
                  
			
		]
	},

	
	{code:'::', "format":{"size":[25,23], "style":STYLE_PAS, "itemoff":[0,50]}},


{code:"Фото", url:host + '/gallery/index.php', format:{"itemoff":[0,25],"size":[25,40], leveloff:[-95,-40]},
		sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,115]},
			{code:"Учасники", url:host + '/gallery/index.php?cat=1'},
			{code:"Встречи клуба", url:host + '/gallery/index.php?cat=2'},
			{code:"Квест (VRQ)", url:host + '/gallery/index.php?cat=3'},
   {code:"Обои/Картинки", url:host + '/gallery/index.php?cat=4'},

			
		]
	},
      {code:'::', "format":{"size":[25,23], "style":STYLE_PAS, "itemoff":[0,40]}},
	
	{code:"Информация", url:host + '', format:{"itemoff":[0,25],"size":[25,85], leveloff:[-47,-15]},
         	sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,117]},
			{code:"Модельный ряд" , url:host + '/forums/viewforum.php?f=27'},
			{code:"История", url:host + '/forums/viewforum.php?f=28'},
	
		]
	}, 
			
	{code:':', "format":{"size":[25,5], "style":STYLE_PAS, "itemoff":[0,90]}},
	
	];