//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#B6BDD2"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css_most_right = {"ON":"clsCMOnMostRight", "OVER":"clsCMOverMostRight"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var STYLE_MOST_RIGHT = {"border":0, "shadow":0, "color":color, "css":css_most_right};
//items and formats
var MENU_ITEMS3 =
[
	{"pos":"relative", "itemoff":[0,84], "leveloff":[16,0], "style":STYLE, "size":[16,84]},
	{code:"פורום תגובות", url:"index.php?page=gbook"},
	{code:"אלבום תמונות", url:"index.php?page=go"},
	{code:"חדשות", url:"index.php?page=news"},
	{code:"ביקורות ותגובות", url:"index.php?page=reviews"},
	{code:"ספרים", url:"index.php?page=books",
			sub:[
			{"itemoff":[16,0], "leveloff":[0,0]},
			{code:"כתום", url:"index.php?page=orang"},
			{code:"בשקט אפתח", url:"index.php?page=sheket"	},
		]	},
	{code:"שירה", url:"index.php?page=songs"},
	{code:"דיסק אוויר", url:"index.php?page=videoAndSongs"},
	{code:"אודות נהר",url:"index.php?page=about", sub:[
			{"itemoff":[16,0], "leveloff":[0,0]},
			{code:"נהר על נהר", url:"index.php?page=about"	},
			{code:"מיריק על נהר", url:"index.php?page=mirik1"	}
			
		]	},
	{code:"דף הבית", url:"index.php","format":{"style":STYLE_MOST_RIGHT} }
];