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:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,0], itemoff:[0,111], leveloff:[25,0], style:STYLE, size:[25,111], clickToActivate:true, delay:100000},
	{code:'<img src="images/geschichte_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/geschichte_aktiv.gif" width="111" height="25" />',
		sub:[
			{leveloff:[27,0], sticky:true},
			{code:'<img src="images/ursprung_inaktiv.gif" width="111" height="20" />',
				ocode:'<img src="images/ursprung_aktiv.gif" width="111" height="20" />',
        size:[20,111], itemoff:[0,0], url:"geschichte_ursprung.htm", target:"main"
        },
			{code:'<img src="images/zukunft_inaktiv.gif" width="111" height="20" />',
				ocode:'<img src="images/zukunft_aktiv.gif" width="111" height="20" />',
        size:[20,111], itemoff:[22,0], url:"geschichte_zukunft.htm", target:"main"
        }
		]
	},
	
	{code:'',	size:[25,2], itemoff:[0,111]
	},
	
	{code:'<img src="images/produkte_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/produkte_aktiv.gif" width="111" height="25" />',
		itemoff:[0,2], altUrl:"produktindex.htm", altTarget:"main"
	},
	
	{code:'',	size:[25,2], itemoff:[0,111]
	},

	{code:'<img src="images/anfrage_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/anfrage_aktiv.gif" width="111" height="25" />',
		url:"../anf_helper.htm", target:"_blank", itemoff:[0,2]
	},
	
	{code:'',	size:[25,2], itemoff:[0,111]
	},

	{code:'<img src="images/haendler_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/haendler_aktiv.gif" width="111" height="25" />',
		url:"../dealer_helper.htm", target:"_blank", itemoff:[0,2]
	},
	
	{code:'',	size:[25,2], itemoff:[0,111]
	},

	{code:'<img src="images/gesehen_in_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/gesehen_in_aktiv.gif" width="111" height="25" />',
		url:"gesehen.php", target:"main", itemoff:[0,2]
	},
		
	{code:'',	size:[25,2], itemoff:[0,111]
	},

	{code:'<img src="images/download_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/download_aktiv.gif" width="111" height="25" />',
		url:"../download/index.html", target:"_blank", itemoff:[0,2]
	},
		
	{code:'',	size:[25,2], itemoff:[0,111]
	},

	{code:'<img src="images/kontakt_inaktiv.gif" width="113" height="25" />',
		ocode:'<img src="images/kontakt_aktiv.gif" width="113" height="25" />',
		itemoff:[0,2], altUrl:"kontakt.htm", altTarget:"main",
		sub:[
			{leveloff:[27,0], sticky:true},
			{code:'<img src="images/impressum_inaktiv.gif" width="111" height="20" />',
				ocode:'<img src="images/impressum_aktiv.gif" width="111" height="20" />',
        size:[20,111], itemoff:[0,0], url:"impressum.htm", target:"main"
        },
			{code:'<img src="images/formular_inaktiv.gif" width="111" height="20" />',
				ocode:'<img src="images/formular_aktiv.gif" width="111" height="20" />',
        size:[20,111], itemoff:[22,0], url:"../form_helper.htm", target:"_blank"
        }
		]
	}
];
