BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// 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:"#FFFFFF",	// color of the item shadow, if any
		bgON:"#212A42",		// background color for the items
		bgOVER:"#398BCF"	// 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:[0,0], itemoff:[21,0], leveloff:[0,286], style:STYLE, size:[21,286]},
	{code:'<img src="images/menu_items/home_off.jpg" width="286" height="21" />',
		ocode:'<img src="images/menu_items/home_on.jpg" width="286" height="21" />', url:"index.php"},
	{code:'<img src="images/menu_items/occasion_off.jpg" width="286" height="21" />',
		ocode:'<img src="images/menu_items/occasion_on.jpg" width="286" height="21" />',  url:"occasions.php"},
	{code:'<img src="images/menu_items/nieuw_off.jpg" width="286" height="21" />',
		ocode:'<img src="images/menu_items/nieuw_on.jpg" width="286" height="21" />', url:"nieuw.php"},
	{code:'<img src="images/menu_items/finan_off.jpg" width="286" height="21" />',
		ocode:'<img src="images/menu_items/finan_on.jpg" width="286" height="21" />', url:"financiering.php"},
	{code:'<img src="images/menu_items/reparatie_off.jpg" width="286" height="21" />',
		ocode:'<img src="images/menu_items/reparatie_on.jpg" width="286" height="21" />', url:"reparatie.php"},
	{code:'<img src="images/menu_items/ombouw_off.jpg" width="286" height="21" />',
		ocode:'<img src="images/menu_items/ombouw_on.jpg" width="286" height="21" />', url:"bedrijfswagen.php"},	
	{code:'<img src="images/menu_items/actueel_off.jpg" width="286" height="21" />',
		ocode:'<img src="images/menu_items/actueel_on.jpg" width="286" height="21" />', url:"actueel.php"},	
	{code:'<img src="images/menu_items/contact_off.jpg" width="286" height="19" />',
		ocode:'<img src="images/menu_items/contact_on.jpg" width="286" height="19" />', url:"contact.php", size:[19,286]},	
];

