BLANK_IMAGE = 'images/trans.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"#5e227a",		// background color for the items
		bgOVER:"#9163a7"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"main_clsCMOn",
		OVER:"main_clsCMOver"
	}
};


var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"",			// color of the item shadow, if any
		bgON:"#5e227a",		// background color for the items
		bgOVER:"#9163a7"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS_N3 = [
	{pos:[0,0], itemoff:[0,99], leveloff:[22,0], style:NOSTYLE},
	{code:"Home", url:"index_login.php", size:[22,55]},
	{code:"Algemeen", size:[22,80], format:{itemoff:[0,55]},
		sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,170]},
			{code:"Vergaderoverzicht", url:"activiteitenkalender.php?loc=1"},
			//{code:"Huishoudelijk Reglement", url:"reglement.php?loc=1"},
			{code:"Statuten", url:"statuten.php?loc=1"},
			{code:"Ideeënbus", url:"ideeenbus.php?loc=1"}
		]
	},
	{code:"Nieuws", url:"nieuws.php", size:[22,60], format:{itemoff:[0,80]},
		sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,120]},
			{code:"Algemeen", url:"nieuws_archief.php?cat=1"},
			{code:"Sales", url:"nieuws_archief.php?cat=2"},
			{code:"Aftersales", url:"nieuws_archief.php?cat=3"},
			{code:"Automatisering", url:"nieuws_archief.php?cat=4"}
		]
	},
	{code:"Dagelijks Bestuur", url:"dagelijksbestuur.php", size:[22,120], format:{itemoff:[0,60]}},
	{code:"Commissies", size:[22,90], format:{itemoff:[0,120]},
		sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,140]},
			{code:"Sales", url:"commissiesales.php"},
			{code:"Aftersales", url:"commissieaftersales.php"},
			{code:"Automatisering", url:"commissieautomatisering.php"},
			{code:"Euromobil", url:"euromobil.php?loc=1"},
			{code:"DC Zakenpartners", url:"dczakenpartners.php?loc=1"}
		]
	},
	{code:"Meetings", size:[22,75], format:{itemoff:[0,90]},
		sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,120]},
			{code:"Sales", url:"sales.php?loc=1"},
			{code:"Aftersales", url:"aftersales.php?loc=1"},
			{code:"Regio", url:"regio.php?loc=1"},
			{code:"Ledenvergadering", url:"ledenvergadering.php?loc=1"},
			{code:"Overig", url:"overig.php?loc=1"}
		]
	},
	{code:"Contact", url:"contact_formulier.php?loc=1", size:[22,65], format:{itemoff:[0,75]},
			sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,120]},
			{code:"Contactgegevens", url:"contact.php?loc=1"},
			{code:"Contactformulier", url:"contact_formulier.php?loc=1"},
                        {code:"Vacatures", url:"vacatures.php?loc=1"},
			{code:"Routebeschrijving", url:"route.php?loc=1"}
		]
	},

	{code:"Uitloggen", url:"uitloggen.php", size:[22,65], format:{itemoff:[0,85]}},
];

var MENU_ITEMS_N2 = [
	{pos:[0,0], itemoff:[0,99], leveloff:[22,0], style:NOSTYLE},
	{code:"Home", url:"index_login.php", size:[22,55]},
	{code:"Algemeen", size:[22,80], format:{itemoff:[0,55]},
		sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,170]},
			{code:"Vergaderoverzicht", url:"activiteitenkalender.php?loc=1"},
			//{code:"Huishoudelijk reglement", url:"reglement.php?loc=1"},
			{code:"Statuten", url:"statuten.php?loc=1"},
			{code:"Links", url:"links.php?loc=1"}
		]
	},
	{code:"Nieuws", url:"nieuws.php", size:[22,60], format:{itemoff:[0,80]},
		sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,120]},
			{code:"Algemeen", url:"nieuws_archief.php?cat=1"},
			{code:"Aftersales", url:"nieuws_archief.php?cat=3"},
			{code:"Automatisering", url:"nieuws_archief.php?cat=4"}
		]
	},
	{code:"Dagelijks Bestuur", url:"dagelijksbestuur.php", size:[22,120], format:{itemoff:[0,60]}},
	{code:"Commissies", size:[22,90], format:{itemoff:[0,120]},
		sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,140]},
			{code:"Aftersales", url:"commissieaftersales.php"},
			{code:"Automatisering", url:"commissieautomatisering.php"},
			{code:"DC Zakenpartners", url:"dczakenpartners.php?loc=1"}
		]
	},
	{code:"Meetings", size:[22,75], format:{itemoff:[0,90]},
		sub:[
			{itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,120]},
			{code:"Aftersales 3", url:"aftersales3.php?loc=1"},
			{code:"Aftersales 4", url:"aftersales4.php?loc=1"}
		]
	},

        {code:"Contact", url:"contact_formulier.php?loc=1", size:[22,65], format:{itemoff:[0,75]},
                        sub:[
                        {itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,120]},
                        {code:"Contactgegevens", url:"contact.php?loc=1"},
                        {code:"Contactformulier", url:"contact_formulier.php?loc=1"},
                        {code:"Vacatures", url:"vacatures.php?loc=1"},
                        {code:"Routebeschrijving", url:"route.php?loc=1"}
                ]
        },

        {code:"Uitloggen", url:"uitloggen.php", size:[22,65], format:{itemoff:[0,85]}},
];

var MENU_ITEMS2 = [
	{pos:[0,0], itemoff:[0,99], leveloff:[22,0], style:NOSTYLE},
	{code:"Home", url:"index_login.php", size:[22,55]},
        {code:"Contact", url:"contact_formulier.php?loc=1", size:[22,65], format:{itemoff:[0,65]},
                        sub:[
                        {itemoff:[22,0], leveloff:[22,-1], style:STYLE, size:[22,120]},
			{code:"Contactgegevens", url:"contact.php?loc=1"},
                        {code:"Contactformulier", url:"contact_formulier.php?loc=1"},
                        {code:"Vacatures", url:"vacatures.php?loc=1"},
                        {code:"Routebeschrijving", url:"route.php?loc=1"}
                ]
        },


];
