BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FF8800",		// background color for the items
		bgOVER:"#AA7722"	// 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 = [
	{pos:[2,102],itemoff:[0,108], leveloff:[21,0], style:STYLE, size:[22,200]},
	{code:"Home & Info",url:"index.html",
		sub:[
			{itemoff:[21,0]},
			{code:"Doel & Missie",url:"doel-missie.html"
			},
			{code:"Contact",url:"contact.html"
			},
			{code:"Sitemap",url:"sitemap.html"
			},
			{code:"Bepalingen",url:"bepalingen.html"
			},
			{code:"Links - Overzicht",url:"links_overview.html"
			}
		]	
	},
	{code:"Opleidingen",
		sub:[
			{itemoff:[21,0]},
			/*{code:"<font color='#FF0000'><strong>Symposium Pnina S. Klein</strong></font>",url:"opleidingen_symposium.html"
			},*/			
			{code:"<font color='#EC008C'>Opleidingsbrochure (PDF)",url:"docs/folder2011-2012.pdf"
			},
			{code:"Cursus Locaties",url:"locaties.html"
			},
			{code:"Lesgevers",url:"lesgevers.html"
			}
			/*,
			{code:"<font color='#FF0000'><strong>Inschrijvingen Symposium Pnina S. Klein</font>",url:"inschrijvingen_symposium.html"
			}*/
		]
	},
	{code:"Inschrijvingen",url:"inschrijvingen.html"
	},
	{code:"Theorieën",
		sub:[
			{itemoff:[21,0]},
/*			{code:"Modificeerbaarheid",url:"bijnaklaar.html"
			},
			{code:"Handelingsgerichte diagnostiek",url:"bijnaklaar.html"
			},
			{code:"Cognitieve functies",url:"bijnaklaar.html"
			},*/
			{code:"Leren Leren",url:"theorie_lerenleren.html"
			},
			{code:"Cognitieve kaart",url:"theorie_cognitieve_kaart.html"
			},
			{code:"Mediatie",url:"theorie_mediatie.html"
			}/*,
			{code:"M.I.S.C.",url:"theorie_misc.html"
			}*/,
			{code:"I.V.P.",url:"theorie_ivp.html"
			},
			{code:"Cognet",url:"theorie_cognet.html"
			},
			{code:"Bright Start",url:"theorie_brightstart.html"
			},
			{code:"Samen denken in beroep",url:"theorie_sdb.html"
			},
			{code:"Bejegening & Axenroos",url:"theorie_bejegening.html"
			},
			{code:"Kernkwaliteiten",url:"theorie_bezieling.html"
			},
			{code:"Goed leiderschap",url:"theorie_leiderschap.html"
			},
		]
	},
	{code:"Publicaties",
		sub:[
			{itemoff:[21,0]},
			{code:"Eigen publicaties",url:"publicaties_eigen.html"
			},
			{code:"Andere publicaties",url:"publicaties_anderen.html"
			},
			{code:"Bestellingen",url:"bestellingen.html"
			}
		]
	},
	{code:"English",
		sub:[
			{itemoff:[21,0]},
/*			{code:"CeSMOO",url:"almostready.html"
			},*/
			{code:"Thinking together",url:"english_tt.html"
			},
			{code:"Mediational intervention",url:"english_mediational.html"
			}/*,
			{code:"M.I.S.C.",url:"english_misc.html"
			}*/
		]
	},
	{code:"<img src='img/misc_logo_22_32.png'/> M.I.S.C",
		sub:[
			{itemoff:[21,0]},
			{code:"<img src='img/misc_logo_22_32.png'/> Overzicht",url:"bijnaklaar.html"//"misc_algemeen.html"
			},
			{code:"<img src='img/misc_logo_22_32.png'/> Artikels NL",url:"misc_art_nl.html"
			},
			{code:"<img src='img/misc_logo_22_32.png'/> Articles EN",url:"misc_art_en.html"
			},
			{code:"<img src='img/misc_logo_22_32.png'/> Opleidingen",url:"opleidingen_profs.html#misc"//"misc_algemeen.html"
			},
			{code:"<img src='img/misc_logo_22_32.png'/> M.I.S.C Team België",url:"misc_team.html"
			},
			{code:"<img src='img/misc_logo_22_32.png'/> M.I.S.C Links",url:"misc_links.html"
			}
		]
	}
];
