BLANK_IMAGE = '../../images/home/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:[18,291], itemoff:[15,0], leveloff:[0,108], style:STYLE, size:[15,108]},
	{code:'<img src="../../images/home/b_news.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_news.jpg" width="108" height="15" />',
		url: 'frame.php?content=news',
		mover: 'News'
	},
	{code:'<img src="../../images/home/b_parties.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_parties.jpg" width="108" height="15" />',
		url: 'frame.php?content=parties',
		mover: 'Parties'
	},
	{code:'<img src="../../images/home/b_infos.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_infos.jpg" width="108" height="15" />',
		url: 'frame.php?content=infos',
		mover: 'Infos'
	},
	{code:'<img src="../../images/home/b_catering.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_catering.jpg" width="108" height="15" />',
		url: 'frame.php?content=catering',
		mover: 'Catering'
	},
	{code:'<img src="../../images/home/b_sponsoren.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_sponsoren.jpg" width="108" height="15" />',
		url: 'frame.php?content=sponsoren',
		mover: 'Sponsoren'
	},
	{code:'<img src="../../images/home/b_location.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_location.jpg" width="108" height="15" />',
		url: 'frame.php?content=location',
		mover: 'Location'
	},
	{code:'<img src="../../images/home/b_turniere.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_turniere.jpg" width="108" height="15" />',
		url: 'frame.php?content=turniere',
		mover: 'Turniere'
	},
	{code:'<img src="../../images/home/b_netzwerk.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_netzwerk.jpg" width="108" height="15" />',
		url: 'frame.php?content=network',
		mover: 'Netzwerk'
	},
	{code:'<img src="../../images/home/b_anmelden.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_anmelden.jpg" width="108" height="15" />',
		url: 'frame.php?content=signin',
		mover: 'Anmelden'
	},
	{code:'<img src="../../images/home/b_gaesteliste.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_gaesteliste.jpg" width="108" height="15" />',
		url: 'frame.php?content=guestlist',
		mover: 'G&auml;steliste'
	},
	{code:'<img src="../../images/home/b_sitzplan.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_sitzplan.jpg" width="108" height="15" />',
		url: 'frame.php?content=seats',
		mover: 'Sitzplan'
	},
	{code:'<img src="../../images/home/b_aktionen.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_aktionen.jpg" width="108" height="15" />',
		url: 'frame.php?content=action',
		mover: 'Aktionen'
	},
	{code:'<img src="../../images/home/b_bilder.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_bilder.jpg" width="108" height="15" />',
		url: 'frame.php?content=bilder',
		mover: 'Bilder'
	},
	{code:'<img src="../../images/home/b_verein.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_verein.jpg" width="108" height="15" />',
		url: 'frame.php?content=',
		mover: 'Verein'
	},
	{code:'<img src="../../images/home/b_members.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_members.jpg" width="108" height="15" />',
		url: 'frame.php?content=member',
		mover: 'Members'
	},
	{code:'<img src="../../images/home/b_forum.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_forum.jpg" width="108" height="15" />',
		url: 'frame.php?content=forum',
		mover: 'Forum'
	},
	{code:'<img src="../../images/home/b_kontakt.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_kontakt.jpg" width="108" height="15" />',
		url: 'frame.php?content=kontakt',
		mover: 'Kontakt'
	},
	{code:'<img src="../../images/home/b_impressum.jpg" width="108" height="15" />',
		ocode:'<img src="../../images/home/bp_impressum.jpg" width="108" height="15" />',
		url: 'frame.php?content=impressum',
		mover: 'Impressum'
	}
];
