BLANK_IMAGE = 'img/b.gif';


var STYLE = {

	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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 IMAGED_STYLE = {
	
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#e1ecbd",		// background color for the items
		bgOVER:"#e8f1cb"	// background color for the item which is under mouse right now
		
	},
	css:{
		ON:"clsCMOnImaged",	// CSS class for items
		OVER:"clsCMOverImaged",	// CSS class  for item which is under mouse
		POSITION:"all"
	}
};



var MENU_ITEMS = [
	{pos:[18,203], itemoff:[26,0], leveloff:[0,116], style:STYLE, size:[26,114]},
	{code:"HOME", style:IMAGED_STYLE, url:'http://www.yvonne-gilli.ch/joomla/',
		sub:[
			/*{style:IMAGED_STYLE},
			{code:"SubItem 1",
				sub:[
					
				]
			},
			{code:"SubItem 2",
				sub:[
					{},
					{code:"SubSubItem 1"},
					{code:"SubSubItem 2"},
					{code:"SubSubItem 3"}
				]
			},
			{code:"SubItem 3",
				sub:[
					{},
					{code:"SubSubItem 1"},
					{code:"SubSubItem 2"},
					{code:"SubSubItem 3"}
				]
			}*/
		]
	},
	{code:"POLITIKERIN", style:IMAGED_STYLE, url:'index.php?option=com_content&view=article&id=48',
		sub:[
			
			{style:IMAGED_STYLE},
			{code:"Nationalrat", url:'index.php?option=com_content&view=article&id=54',
				sub:[
					 {},
					 {code:"Sessionen", url:'index.php?option=com_content&view=article&id=57' },
					{code:"Kommissionen", url:'index.php?option=com_content&view=article&id=58'},
					{code:"Voten", url:'index.php?option=com_content&view=article&id=59'}
					
				]
			},
			{code:"Schwerpunktthemen", url:'index.php?option=com_content&view=article&id=55',
				sub:[
					  {},
					 {code:"Bildung", url:'index.php?option=com_content&view=article&id=60' },
					{code:"Gesundheit", url:'index.php?option=com_content&view=article&id=61'},
					{code:"Umwelt", url:'index.php?option=com_content&view=article&id=62'},
					{code:"Wirtschaft", url:'index.php?option=com_content&view=article&id=63'}
					
					
				]
			},
			{code:"Archiv", url:'index.php?option=com_content&view=article&id=56',
				sub:[
					
				]
			}
		]
	},
	{code:"&Auml;RZTIN", style:IMAGED_STYLE, url:'index.php?option=com_content&view=article&id=49',
		sub:[
			{style:IMAGED_STYLE},
			{code:"Hom&ouml;opathie", url:'index.php?option=com_content&view=article&id=64',
				sub:[
					
					 
					
					
				]
			},
			{code:"TCM", url:'index.php?option=com_content&view=article&id=65',
				sub:[
					
				]
			},
			{code:"Gyn&auml;kologie", url:'index.php?option=com_content&view=article&id=66',
				sub:[
					
				]
			},
			{code:"xundart AG", url:'index.php?option=com_content&view=article&id=74',
				sub:[
					
				]
			}
		]
	},
	{code:"MEDIEN", style:IMAGED_STYLE, url:'index.php?option=com_content&view=article&id=50',
		sub:[
			{style:IMAGED_STYLE},
			{code:"Fotos Download", url:'index.php?option=com_content&view=article&id=68',
				sub:[
					
				]
			},
			{code:"Medienarchiv", url:'index.php?option=com_content&view=article&id=69',
				sub:[
					
				]
			},
			{code:"Vortr&auml;ge", url:'index.php?option=com_content&view=article&id=70',
				sub:[
					
				]
			}
		]
	},
	{code:"PERS&Ouml;NLICH", style:IMAGED_STYLE, url:'index.php?option=com_content&view=article&id=51',
		sub:[
			/*{style:IMAGED_STYLE},
			{code:"SubItem 1",
				sub:[
					{},
					{code:"SubSubItem 1"},
					{code:"SubSubItem 2"},
					{code:"SubSubItem 3"}
				]
			},
			{code:"SubItem 2",
				sub:[
					{},
					{code:"SubSubItem 1"},
					{code:"SubSubItem 2"},
					{code:"SubSubItem 3"}
				]
			},
			{code:"SubItem 3",
				sub:[
					{},
					{code:"SubSubItem 1"},
					{code:"SubSubItem 2"},
					{code:"SubSubItem 3"}
				]
			}*/
		]
	},
	{code:"LINKS", style:IMAGED_STYLE, url:'index.php?option=com_content&view=article&id=52',
		sub:[
			/*{style:IMAGED_STYLE},
			{code:"SubItem 1",
				sub:[
					{},
					{code:"SubSubItem 1"},
					{code:"SubSubItem 2"},
					{code:"SubSubItem 3"}
				]
			},
			{code:"SubItem 2",
				sub:[
					{},
					{code:"SubSubItem 1"},
					{code:"SubSubItem 2"},
					{code:"SubSubItem 3"}
				]
			},
			{code:"SubItem 3",
				sub:[
					{},
					{code:"SubSubItem 1"},
					{code:"SubSubItem 2"},
					{code:"SubSubItem 3"}
				]
			}*/
		]
	},
	/*{code:"AGENDA", style:IMAGED_STYLE, url:'politikerin_agenda.html',
		sub:[
			
		]
	},*/
	{code:"KONTAKT", style:IMAGED_STYLE, url:'kontakt.html',
		sub:[
			
		]
	}
];
