//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#9C9076", "shadow":"#DBD8D1", "bgON":"#DECFB5","bgOVER":"#9C9076", "imagebg":"#DBD8D1", "oimagebg":"#B6BDD2"};
var defsubcolor = {"border":"#9C9076", "shadow":"#DBD8D1", "bgON":"#DECFB5","bgOVER":"#9C9076", "imagebg":"#DBD8D1", "oimagebg":"#B6BDD2"};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var defsubcss = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var TOP_LEFT = {"border":0, "borders":[1,1,0,1], "shadow":0, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":0, "borders":[0,1,0,1], "shadow":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":0, "borders":[0,1,1,1],"shadow":0, "color":defcolor, "css":defcss};
var STYLE1 = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};
var STYLE_TOP = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":defsubcolor, "css":defsubcss};
var STYLE_BOTT = {"border":1, "borders":[1,0,1,1], "shadow":0, "color":defsubcolor, "css":defsubcss};


var HEIGHT_M=20;
var OFF_M=19;
var WIDTH_M=140;
var WIDTH_SM=140;
var OFF_SM=140;

var MENU_ITEMS = [
	{"pos":'relative', "size":[HEIGHT_M,WIDTH_M], "itemoff":[0,WIDTH_M+2], "imgsize":[12,27], "leveloff":[0,0], "delay":600,
"image":"/resources/menu/img/blank.gif", "imgsize":[20,24], "arrow":"/resources/menu/img/arrow.gif", "arrsize":[16,13], 
"style":TOP_MIDDLE},
   
	{code:"Über Tee", url:"", "format":{"arrow":"/resources/menu/img/arrow.gif", "oarrow":"/resources/menu/img/oarrow.gif", "image":null, "style":TOP_LEFT},
	sub:[
            {"size":[HEIGHT_M,WIDTH_SM], "itemoff":[OFF_M,0], "leveloff":[OFF_M,0], "style":STYLE1},
	        {code:"Teesorten", url:"/tee/teesorten.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Anbauländer", url:"/tee/anbaulaender.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Zubereitung", url:"/tee/zubereitung.php", "format":{"image":null, "oimage":null, "style":STYLE_BOTT}}
    
	     ]
	},
	{code:"Onlineshop", url:"/shop/index.php", "format":{"arrow":"/resources/menu/img/arrow.gif","oarrow":"/resources/menu/img/oarrow.gif", "image":null, "style":TOP_LEFT},
        sub:[
            {"size":[HEIGHT_M,WIDTH_SM], "itemoff":[OFF_M,0], "leveloff":[OFF_M,0], "style":STYLE1},
            	{code:"Angebote", url:"/shop/artikel_aktion1.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            	{code:"Schwarztee", url:"/shop/artikel_nach_gruppen.php?gruppe_id=33&g_name=Schwarzer%20Tee", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Aromatisierter Schwarztee", url:"/shop/artikel_nach_gruppen.php?gruppe_id=37&g_name=Aromatisierter%20Schwarztee", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Grüner Tee", url:"/shop/artikel_nach_gruppen.php?gruppe_id=35&g_name=Grüner%20Tee", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Roibus", url:"/shop/artikel_nach_gruppen.php?gruppe_id=42&g_name=Roibus", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Früchtetee", url:"/shop/artikel_nach_gruppen.php?gruppe_id=39&g_name=Früchtetee", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Kräutertee", url:"/shop/artikel_nach_gruppen.php?gruppe_id=38&g_name=Kräutertee", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Teedosen und Zubehör", url:"/shop/artikel_nach_gruppen.php?gruppe_id=53&g_name=Zubehör", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Zucker", url:"/shop/artikel_nach_gruppen.php?gruppe_id=61&g_name=Zucker", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Kandis", url:"/shop/artikel_nach_gruppen.php?gruppe_id=60&g_name=Kandis", "format":{"image":null, "oimage":null, "style":STYLE_BOTT}}
	    ]
	},
	{code:"Service", url:"", "format":{"arrow":"/resources/menu/img/arrow.gif","oarrow":"/resources/menu/img/oarrow.gif", "image":null, "style":TOP_LEFT},
        sub:[
            {"size":[HEIGHT_M,WIDTH_SM], "itemoff":[OFF_M,0], "leveloff":[OFF_M,0], "style":STYLE1},
            	{code:"Das Unternehmen", url:"/service/unternehmen.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Versandkosten", url:"/service/versand.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Bezahlung", url:"/service/versand.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Datenschutz", url:"/service/versand.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Widerrufsrecht", url:"/service/versand.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"AGB", url:"/service/agb.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Download Teeliste", url:"/service/teeliste.pdf", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            	{code:"Glossar", url:"/service/glossar.php", "format":{"image":null, "oimage":null, "style":STYLE_BOTT}}
	    ]
	},
	{code:"Kontakt", url:"/kontakt.php", "format":{"arrow":null, "image":null, "style":TOP_LEFT}},
	{code:"Impressum", url:"/impressum.php", "format":{"arrow":null, "image":null, "style":TOP_LEFT}}
];


