//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#033F57", "shadow":"", "bgON":"#74A75E","bgOVER":"#FF870F", "imagebg":"#FF870F", "oimagebg":"#B6BDD2"};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var TOP_LEFT = {"border":1, "borders":[1,1,0,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":1, "borders":[0,1,0,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":1, "borders":[0,1,1,1],"shadow":2, "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,1], "shadow":1, "color":defcolor, "css":defcss};
var STYLE_TOP1 = {"border":1, "borders":[0,1,1,1], "shadow":1, "color":defcolor, "css":defcss};
var STYLE_BOTT = {"border":1, "borders":[1,0,1,1], "shadow":2, "color":defcolor, "css":defcss};

var MENU_ITEMS = [
	{"pos":"relative", "size":[20,125], "itemoff":[0,125], "imgsize":[16,27], "leveloff":[0,0], "delay":600, "image":"img/blank.gif", "imgsize":[20,24], "arrow":"img/arrow.gif", "arrsize":[13,13],  "style":TOP_MIDDLE},
    {code:"Unternehmen", "format":{"size":[20,125],"arrow":null, "image":null, "style":STYLE_TOP},
        sub:[
            {"size":[20,125], "itemoff":[19,0], "leveloff":[19,0], "style":STYLE_TOP},
            {code:"Geschichte", url:"historie.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
			{code:"Geschäftsführung", url:"geschaeftsfuehrung.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
			{code:"Referenzen", url:"referenzen.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
			{code:"Partner", url:"kooperationspartner.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}}
			]
	},
    {code:"Dienstleistung", "format":{"size":[20,125],"arrow":null, "image":null, "style":STYLE_TOP1},
        sub:[
            {"size":[20,180], "itemoff":[19,0], "leveloff":[19,0], "style":STYLE_TOP1},
			{code:"Übersicht", url:"dienstleistungen_uebersicht.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            {code:"Konventionelles AM", url:"konventionelles_abfallmanagement.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            {code:"Verursachergerechtes AM", url:"verursachergerechtes_abfallmanagement.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
			{code:"Waschmobil", url:"waschmobil.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
			{code:"Abfallpressen", url:"abfallpressen.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}}
				]
	},
    {code:"Presse", "format":{"size":[20,125], "arrow":null, "image":null, "style":STYLE_TOP1},
     sub:[
            {"size":[20,130], "itemoff":[19,0], "leveloff":[19,0], "style":STYLE_TOP1},
            {code:"Aktuelle Meldungen", url:"aktuell.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            {code:"Newsletterarchiv", url:"pressearchiv.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
			{code:"Infomaterial", url:"infomaterial.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
			{code:"Presseberichte", url:"presseberichte.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}}
				]
	},
    {code:"Kontakt", "format":{"size":[20,126], "itemoff":[0,120], "arrow":null, "image":null, "style":STYLE_TOP},
sub:[
            {"size":[20,126], "itemoff":[19,0], "leveloff":[19,0], "style":STYLE_TOP1},
            {code:"Standorte", url:"standorte.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            {code:"Anfrage", url:"anfrage.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
			{code:"Impressum", url:"impressum.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}}
				]
	},
];

