BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"Lightgrey",		// background color for the items
		bgOVER:"#B6BDD2"	// 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:[10,143], itemoff:[24,0], leveloff:[0,115], style:STYLE, size:[25,120]},
	
        {code:"Home", url:"index.html"
		
	},
	{code:"Producten",
		sub:[
			{},
			{code:"Saxofoons",
                        sub:[
			{},
			{code:"Sopraninos", url:"sopraninos.html"},
			{code:"Sopranen", url:"sopranos.html"},
			{code:"Alten", url:"altos.html"},
			{code:"Pro Alt", url:"altos pro.html"},
			{code:"Tenoren", url:"tenors.html"},
			{code:"Baritons", url:"baritones.html"}
		]
                        },
			{code:"Trompetten", url:"trumpets.html"},
                        {code:"Fluiten", url:"flutes.html"},
			{code:"Trombones", url:"trombones.html"}
		]
	},
	{code:"Demo's", url:"demos.html"
	
        },
	{code:"De Fabriek", url:"factory.html"
	
        },
	{code:"Links", url:"links.html"
	
        },
	{code:"Contact", url:"contact.html"
	
        },
        {code:"Zoeken", url:"search.html"
	
        },
	{code:"Forum", url:"forum"
	
        }
];
