BLANK_IMAGE = 'scripts/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:"#CCCCCC",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#110D58",		// background color for the items
		bgOVER:"#D2D4D5"	// 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 STYLESUB = {
	border:1,			// 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:"#110D58",		// background color for the items
		bgOVER:"#D2D4D5"	// 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,175], itemoff:[24,0], leveloff:[-1,137], style:STYLE, size:[22,135], delay:[100]},
	{code:"Home", url:"home.htm", target: "iframe"},
	{code:"News", url:"content/news/news.htm", target: "iframe"},
	{code:"Club", url:"club.htm", target: "iframe"},
	{code:"Teams",url:"content/teams/team1.htm", target: "iframe",
		sub:[
			{style:STYLESUB, size:[24,135]},
			{code:"Landesliga 2007", url:"content/teams/team2.htm", target: "iframe"},
			{code:"2. Bundesliga 2006", url:"content/teams/team1.htm", target: "iframe"},
			{code:"Soccer 2006", url:"content/teams/soccer.htm", target: "iframe" },
			{code:"Bezirksliga 2006 ", url:"content/teams/team3.htm", target: "iframe"},
			{code:"Junioren 2006", url:"content/teams/junioren.htm", target: "iframe"},
			{code:"Jugend 2006", url:"content/teams/jugend.htm", target: "iframe"},
			{code:"Schüler 2006", url:"content/teams/schueler.htm", target: "iframe"}
			
		]
	},
	{code:"Schedule", url:"content/schedule/team1.htm", target: "iframe",
		sub:[
			{style:STYLESUB, size:[24,135]},
			{code:"Landesliga", url:"http://www.bsvnrw.de/index.php?option=com_content&view=article&id=1909&Itemid=367", target: "iframe"}
			
		]
	},
	{code:"Standings", url:"standings.htm", target: "iframe"},
	{code:"Ballpark", url:"ballpark.htm", target:"iframe"},
	{code:"Training", url:"training.htm", target: "iframe"},
	{code:"Events", url:"http://www.party-express.de", target: "_blank"},
	{code:"Forum", url:"http://6201.rapidforum.com", target:"_blank"},
	{code:"Partner", url:"partner.htm", target: "iframe"},
	{code:"Impressum", url:"contact.htm", target: "iframe"}
	
];
