//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#B6BDD2", "imagebg":"#DBD8D1", "oimagebg":"#B6BDD2"};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var TOP_LEFT = {"border":0, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":0, "color":defcolor, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,0,1,0], "shadow":2, "color":defcolor, "css":defcss};
var STYLE_TOP = {"border":1, "borders":[1,1,1,0], "shadow":2, "color":defcolor, "css":defcss};
var STYLE_BOTT = {"border":1, "borders":[1,0,1,1], "shadow":2, "color":defcolor, "css":defcss};
//items and formats
var MENU_ITEMS_IMAGES2 =
[
	{"pos":"relative", "size":[22,100], "itemoff":[22,0], "imgsize":[16,27], "leveloff":[0,0], "delay":600, "imgsize":[22,20], "image":"img/fancy_menu_middle.gif", "oimage":"img/fancy_menu_middle_o.gif", "arrow":"../img/arrow.gif", "arrsize":[13,13], "style":TOP_MIDDLE},
	{code:'Icons', "format":{"arrow":null, "style":TOP_LEFT},
		sub:[
			{"size":[22,110], "imgsize":[22,20], "itemoff":[21,0], "arrow":"../img/arrow.gif", "leveloff":[10,89], "style":STYLE1, "image":"img/fancy_middle.gif", "oimage":"img/fancy_middle_o.gif"},
			{code:'Cut', "format":{"image":"img/fancy_top.gif", "oimage":"img/fancy_top_o.gif", "style":STYLE_TOP}},
			{code:'Copy'},
			{code:'Paste', "format":{"image":"img/fancy_bottom.gif", "oimage":"img/fancy_bottom_o.gif", "style":STYLE_BOTT}}
			]
	},
	{code:"Search", "format":{"arrow":null, "style":TOP_RIGHT},
		sub:[
			{"size":[22,110], "imgsize":[22,20], "itemoff":[21,0], "style":STYLE1, "leveloff":[10,89], "image":"img/fancy_middle.gif", "oimage":"img/fancy_middle_o.gif"},
			{code:'Lycos', url:"http://www.lycos.com", "format":{"image":"img/fancy_top.gif", "oimage":"img/fancy_top_o.gif", "style":STYLE_TOP}},
			{code:'Yandex', url:"http://www.yandex.ru"},
			{code:'Altavista', url:"http://www.altavista.com"},
			{code:'Google', url:"http://www.google.com", "format":{"image":"img/fancy_bottom.gif", "oimage":"img/fancy_bottom_o.gif", "style":STYLE_BOTT}}
			]
	}
];
