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,110], itemoff:[28,0], leveloff:[25,-158], style:STYLE, size:[26,150]},
	{url:'../../cgi/startseite_de/cgi/index.pl?News+liste+0+Liste+11.db', code:'<img src="images/item1.jpg" width="154" height="22" />',
		ocode:'<img src="images/item1o.jpg" width="154" height="22" />',
		sub:[
			{},
		]
	},
	{url:'../../cgi/news_de/cgi/index.pl?Aktuell+liste+0+Liste+11.db', code:'<img src="images/item2.jpg" width="154" height="22" />',
		ocode:'<img src="images/item2o.jpg" width="154" height="22" />',
		sub:[
			{},
		]
	},
		{url:'../../cgi/kalender_de/termine.cgi', code:'<img src="images/item3.jpg" width="154" height="22" />',
		ocode:'<img src="images/item3o.jpg" width="154" height="22" />',
		sub:[
			{},
			
		]
	},
		{url:'../biografie/index.html', code:'<img src="images/item4.jpg" width="154" height="22" />',
		ocode:'<img src="images/item4o.jpg" width="154" height="22" />',
		sub:[
			{},
			
		]
	},
	{url:'../tontraeger/index.html', code:'<img src="images/item5.jpg" width="154" height="22" />',
		ocode:'<img src="images/item5o.jpg" width="154" height="22" />',
		sub:[
			{},
			
		]
	},
	{url:'http://shop2.auxiro.de/index.php?band=Claudia_Hirschfeld', code:'<img src="images/item7.jpg" width="154" height="22" />',
		ocode:'<img src="images/item7o.jpg" width="154" height="22" />',
		sub:[
			{},
			
		]
	},	
	{url:'../videos/index.html', code:'<img src="images/item10.jpg" width="154" height="22" />',
		ocode:'<img src="images/item10o.jpg" width="154" height="22" />',
		sub:[
			{},
			
		]
	},
	{url:'../galerie/index.html', code:'<img src="images/item6.jpg" width="154" height="22" />',
		ocode:'<img src="images/item6o.jpg" width="154" height="22" />',
		sub:[
			{},
			
		]
	},
	{url:'../presse/index.html', code:'<img src="images/item9.jpg" width="154" height="22" />',
		ocode:'<img src="images/item9o.jpg" width="154" height="22" />',
		sub:[
			{},
			
		]
	},

	{url:'../fanclub/index.html', code:'<img src="images/item8.jpg" width="154" height="22" />',
		ocode:'<img src="images/item8o.jpg" width="154" height="22" />',
		sub:[
			{},
		]
	},
	{url:'../../cgi/newsletter_de/newsletter.htm', code:'<img src="images/item12.jpg" width="154" height="22" />',
		ocode:'<img src="images/item12o.jpg" width="154" height="22" />',
		sub:[
			{},
		]
	},


	{url:'../kontakt/index.html', code:'<img src="images/item11.jpg" width="154" height="22" />',
		ocode:'<img src="images/item11o.jpg" width="154" height="22" />',
		sub:[
			{},
			
		]
	},
	
];
