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/history_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/history_aktiv.gif" width="111" height="25" />',
		sub:[
			{leveloff:[27,0], sticky:true},
			{code:'<img src="images/beginning_inaktiv.gif" width="111" height="20" />',
				ocode:'<img src="images/beginning_aktiv.gif" width="111" height="20" />',
        size:[20,111], itemoff:[0,0], url:"history_beginning.htm", target:"main"
        },
			{code:'<img src="images/future_inaktiv.gif" width="111" height="20" />',
				ocode:'<img src="images/future_aktiv.gif" width="111" height="20" />',
        size:[20,111], itemoff:[22,0], url:"history_future.htm", target:"main"
        }
		]
	},
	
	{code:'',	size:[25,2], itemoff:[0,111]
	},
	
	{code:'<img src="images/products_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/products_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/request_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/request_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/dealer_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/dealer_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/seen_in_inaktiv.gif" width="111" height="25" />',
		ocode:'<img src="images/seen_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/contact_inaktiv.gif" width="113" height="25" />',
		ocode:'<img src="images/contact_aktiv.gif" width="113" height="25" />',
		itemoff:[0,2], altUrl:"contact.htm", altTarget:"main",
		sub:[
			{leveloff:[27,0], sticky:true},
			{code:'<img src="images/impressum_inaktiv_engl.gif" width="111" height="20" />',
				ocode:'<img src="images/impressum_aktiv_engl.gif" width="111" height="20" />',
        size:[20,111], itemoff:[0,0], url:"imprint.htm", target:"main"
        },
			{code:'<img src="images/form_inaktiv.gif" width="111" height="20" />',
				ocode:'<img src="images/form_aktiv.gif" width="111" height="20" />',
        size:[20,111], itemoff:[22,0], url:"../form_helper.htm", target:"_blank"
        }
		]
	}
];
