//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#FFFFFF", "shadow":"", "bgON":"#00557B","bgOVER":"#00557B", "imagebg":"#DBD8D1", "oimagebg":"#B6BDD2"};
var defsubcolor = {"border":"#FFFFFF", "shadow":"#DBD8D1", "bgON":"#00557B","bgOVER":"#00557B", "imagebg":"#DBD8D1", "oimagebg":"#B6BDD2"};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var defsubcss = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var TOP_LEFT = {"border":1, "borders":[0,0,1,0], "shadow":0, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":0, "borders":[1,1,1,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,1,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=130;
var WIDTH_SM=140;
var OFF_SM=120;
var OFF_MW=122;

var MENU_ITEMS = [
	{"pos":'relative', "size":[HEIGHT_M,WIDTH_M], "itemoff":[HEIGHT_M,0], "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:"Unternehmen", url:"/unternehmen/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":[0,OFF_MW], "style":STYLE1},
	        {code:"Über GIGALOX", url:"/unternehmen/index.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
	        {code:"Rieck Logistik", url:"/unternehmen/rieck-logistik-gruppe.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Partner", url:"/unternehmen/kontra.php", "format":{"image":null, "oimage":null, "style":STYLE_BOTT}}
    
	     ]
	},
	{code:"Leistungen", url:"/leistungen/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":[0,OFF_MW], "style":STYLE1},
            	{code:"Produkte", url:"/leistungen/index.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            	{code:"Bausteine", url:"/leistungen/bausteine.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"Preise", url:"/leistungen/preise.php", "format":{"image":null, "oimage":null, "style":STYLE_BOTT}}
	    ]
	},
	{code:"Auskunftssysteme", url:"/nachverfolgung/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":[0,OFF_MW], "style":STYLE1},
            	{code:"Allgemeine Infos", url:"/nachverfolgung/index.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            	{code:"Selectline", url:"/nachverfolgung/selectline.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
		{code:"LVS", url:"/nachverfolgung/lvs.php", "format":{"image":null, "oimage":null, "style":STYLE_TOP}},
            	{code:"UPS", url:"/nachverfolgung/ups.php", "format":{"image":null, "oimage":null, "style":STYLE_BOTT}}
	    ]
	},
	{code:"Referenzen", url:"/referenzen.php", "format":{"arrow":null, "image":null, "style":TOP_LEFT}},
	{code:"News/Presse", url:"/presse/index.php", "format":{"arrow":null, "image":null, "style":TOP_LEFT}},
	{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}}
];


