BLANK_IMAGE = 'img/1x1trans.gif';

var TOP_STYLE = {
	border:0,
	shadow:0,
	color:{
		border:'',
		shadow:'',
		bgON:'',
		bgOVER:''
	},
	css:{
		ON:'topNormal',
		OVER:'topRollovered'
	}	
};

var STYLE = {
	border:0,
	shadow:0,
	color:{
		border:'',
		shadow:'',
		bgON:'',
		bgOVER:''
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}	
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,47], leveloff:[20,7], style:TOP_STYLE, size:[14,47]},
	{code:'<img src="img/home0.gif" width="47" height="14" />',
	ocode:'<img src="img/home1.gif" width="47" height="14" />', url:'index.html', 
		sub:[ ]
	},
	{code:'<img src="img/organisatie0.gif" width="100" height="14" />',
	ocode:'<img src="img/organisatie1.gif" width="100" height="14" />', url:'organisatie.html', format:{ size:[14,100], itemoff:[0,47]},
		sub:[ ]
	},
	{code:'<img src="img/certificering0.gif" width="100" height="14" />',
	ocode:'<img src="img/certificering1.gif" width="100" height="14" />', url:'certificering.html', format:{ size:[14,100], itemoff:[0,100]},
		sub:[ ]
	},	
	{code:'<img src="img/sterkepunten0.gif" width="83" height="14" />',
	ocode:'<img src="img/sterkepunten1.gif" width="83" height="14" />', url:'sterkepunten.html', format:{ size:[14,83], itemoff:[0,100]},
		sub:[ ]
	},
	{code:'<img src="img/producten0.gif" width="95" height="14" />',
	ocode:'<img src="img/producten1.gif" width="95" height="14" />', url:'producten.html', format:{ size:[14,95], itemoff:[0,83]},
		sub:[ ]				
	},	
	{code:'<img src="img/contact0.gif" width="65" height="14" />',
	ocode:'<img src="img/contact1.gif" width="65" height="14" />', url:'contact.html', format:{ size:[14,65], itemoff:[0,95]},
		sub:[ ]
	},	
	{code:'<img src="img/routebeschrijving0.gif" width="54" height="14" />',
	ocode:'<img src="img/routebeschrijving1.gif" width="54" height="14" />', url:'routebeschrijving.html', format:{ size:[14,54], itemoff:[0,65]},
		sub:[ ]				
	}	
];
