BLANK_IMAGE = '/scripts/b.gif';
/* NEDERLANDSTALIG MENU */
var STYLE = {
<!--	textStyle:'font: 10 Verdana; color:white; align:right',  -->
<!--	transparentborders:0,  -->
<!--	image:null,  -->
/*	transparentborders:0,  */
	border:0,		// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
	/*	border:'#663333',
		shadow:'#663333',   */
		bgON:'#663333',		// background color for the items
		bgOVER:'#563333'	// 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
	}
	
};

<!-- size: aanklikveld, breedte items,   -->

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,75], leveloff:[15,0], style:STYLE, size:[14,75], delay:0},
	{code:"News", "url":"/e_index.htm"},
	{code:"Calendar", "url":"/calendar/en/calendar.htm"},
	{code:"Contacts", "url":"/contacts/en/contacts.htm"},
	{code:"Albums", "url":"",
	sub:[
			{itemoff:[14,0], size:[14,140]},
			{code:"Kadril", "url":""},
			{code:"De vogel in de muite", "url":""},
			{code:"Nooit met krijt", "url":""},
			{code:"Kadril Live", "url":""},
			{code:"Eva", "url":""},
			{code:"All the best", "url":""},
			{code:"La paloma negra" , "url":""},
			{code:"De andere kust" , "url":""},
		]
	},
	{code:"Groep", "url":"/band/en/band.htm",
	sub:[
		 	{itemoff:[14,0], size:[14,140]},
			{code:"Karla Verlie", "url":"/band/nl/karla.htm"},
			{code:"Peter Libbrecht", "url":"/band/nl/peter.htm"},
			{code:"Harlind Libbrecht", "url":"/band/nl/harlind.htm"},
			{code:"Erwin Libbrecht", "url":"/band/nl/erwin.htm"},
			{code:"Koen Dewaele", "url":"/band/nl/koen.htm"},
			{code:"Dirk Verhegge", "url":"/band/nl/dirk.htm"},
			{code:"Bart De Cock", "url":"/band/nl/bart.htm"},
			{code:"Jonathan Callens", "url":"/band/nl/Jonathan.htm"},
		]
	},
	{code:"Pictures", "url":""},
	{code:"Archive", "url":""},
	{code:"Guestbook" ,"url":"/guestbook/gbook.php", target:"_blank"},
	{code:"Downloads"  , "url":""},
	{code:"Projects", "url":"/projects/nl/Projects.htm",
    	sub:[
			{itemoff:[14,0], size:[14,120]},
			{code:"Mariage" , "url":""},
			{code:"De andere kust" , "url":""},
			{code:"La Paloma negra", "url":"http://www.kadril.be/palomanegra/START.HTML", target:"_blank"},
			]
	},
	{code:"Links" , "url":"/links/en/links.htm"},
	{code:"Shop" , "url":""},
]

