//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#000000", "shadow":"#DBD8D1", "bgON":"#99B2E5","bgOVER":"#3366CC", "imagebg":"#99B2E5", "oimagebg":"#3366CC"};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var TOP_LEFT = {"border":1, "borders":[1,1,0,1], "shadow":0, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":1, "borders":[0,1,0,1], "shadow":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":1, "borders":[0,1,1,1],"shadow":0, "color":defcolor, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":defcolor, "css":defcss};
var STYLE_TOP = {"border":1, "borders":[1,1,1,0], "shadow":0, "color":defcolor, "css":defcss};
var STYLE_BOTT = {"border":1, "borders":[1,0,1,1], "shadow":0, "color":defcolor, "css":defcss};

var MENU_ITEMS = [
	{"pos":"relative", "size":[22,119], "itemoff":[22,0], "imgsize":[16,27], "leveloff":[0,110], "delay":600, "image":"./img/blank.gif", "imgsize":[20,24], "arrow":"./img/arrow.gif", "arrsize":[13,13],  "style":TOP_MIDDLE},
    {code:"Home", url:"./index.html", "format":{"arrow":null, "image":null, "style":TOP_LEFT}
	},
    {code:"Geschichte", url:"./gesch.html", "format":{"arrow":null, "image":null, "style":TOP_LEFT}
	},
    {code:"Die Räume", url:"#", "format":{"arrow":null, "image":null, "style":TOP_LEFT},
        sub:[
            {"size":[22,180], "itemoff":[21,0], "leveloff":[0,0], "style":STYLE1},
            {code:"Festhalle", url:"./festh.html", "format":{"image":"img/home.gif", "oimage":"img/ohome.gif", "style":STYLE_TOP}},
            {code:"kleiner Saal", url:"./klsaal.html", "format":{"image":"img/home.gif", "oimage":"img/ohome.gif", "style":STYLE_TOP}},
            {code:"Restaurant", url:"./rest.html", "format":{"image":"img/home.gif", "oimage":"img/ohome.gif", "style":STYLE_TOP}},
            {code:"Durlacher Stub", url:"./durlstub.html", "format":{"image":"img/home.gif", "oimage":"img/ohome.gif", "style":STYLE_TOP}},
            {code:"Biergarten", url:"bierg.html", "format":{"image":"img/home.gif", "oimage":"img/ohome.gif", "style":STYLE_TOP}},
            {code:"Kegelbahn", url:"kegel.html", "format":{"image":"img/home.gif", "oimage":"img/ohome.gif", "style":STYLE_BOTT}}
			]
	},
    {code:"Angebote", url:"./angeb.html", "format":{"arrow":null, "image":null, "style":TOP_LEFT},
        sub:[
            {"size":[22,180], "itemoff":[21,0], "leveloff":[0,0], "style":STYLE1},
            {code:"Bankett", url:"./bankett.html", "format":{"image":"img/home.gif", "oimage":"img/ohome.gif", "style":STYLE_TOP}},
            {code:"Vermietung", url:"./vermiet.html", "format":{"image":"img/home.gif", "oimage":"img/ohome.gif", "style":STYLE_BOTT}}
			]
	},
    {code:"Impressum", url:"./impress.html", "format":{"arrow":null, "image":null, "style":TOP_LEFT}
	}
];

