BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#667B90",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"667B90",		// background color for the items
		bgOVER:"#374752"	// 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:'relative', itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,130]},
	{code:"Automarkt",
		sub:[
			{itemoff:[21,0]},
			{code:"Alle Fahrzeuge", url:"http://www.autoscout24.ch/as24web/customsearch.aspx?cuid=65081&group=142&lng=ger&cartype=", target:"Seiteninhalt"},
			{code:"Neuwagen", url:"http://www.autoscout24.ch/as24web/customsearch.aspx?cuid=65081&group=142&lng=ger&cartype=1", target:"Seiteninhalt"},
			{code:"Occasionen", url:"http://www.autoscout24.ch/as24web/customsearch.aspx?cuid=65081&group=142&lng=ger&cartype=3", target:"Seiteninhalt"},
			{code:"Bestellfahrzeuge", url:"http://www.autoscout24.ch/as24web/customsearch.aspx?cuid=65081&group=142&lng=ger&cartype=5&toorder=true", target:"Seiteninhalt"}
		]
	},
	{code:"Direktimport",
		sub:[
			{itemoff:[21,0]},
			{code:"Direktimporte EU", url:"php/icp_get.php?file=http://www.vfas.ch/php/liste_sprache_1.php&RubrikNummer=0270&GroupSize=19&CacheTime=31104000", target:"Seiteninhalt"},
			{code:"Direktimporte USA", url:"php/icp_get.php?file=http://www.vfas.ch/php/liste_sprache_1.php&RubrikNummer=0271&GroupSize=19&CacheTime=31104000", target:"Seiteninhalt"},
			{code:"Dokumente", url:"php/icp_get.php?file=http://www.vfas.ch/php/details_sprache_1.php&Laufnummer=3309&CacheTime=31104000", target:"Seiteninhalt"},
			{code:"EAIVT", url:"./statisch/eaivt/index_de.html", target:"Seiteninhalt"}
		]
	},
	{code:"Aktivit&auml;ten",
		sub:[
			{itemoff:[21,0]},
			{code:"Ziele", url:"php/icp_get.php?file=http://www.vfas.ch/php/liste_sprache_1.php&RubrikNummer=0133&GroupSize=19&CacheTime=31104000", target:"Seiteninhalt"},
			{code:"Erfolge", url:"php/icp_get.php?file=http://www.vfas.ch/php/liste_sprache_1.php&RubrikNummer=0148&GroupSize=19&CacheTime=31104000", target:"Seiteninhalt"},
			{code:"Meetings", url:"./statisch/meetings/index_de.html", target:"Seiteninhalt"}
		]
	},
	{code:"Organisation",
		sub:[
			{itemoff:[21,0]},
			{code:"Vorstand", url:"php/icp_get.php?file=http://www.vfas.ch/php/liste_sprache_1.php&RubrikNummer=0134&GroupSize=19&CacheTime=31104000", target:"Seiteninhalt"},
			{code:"Mitgliedschaft", url:"http://www.vfas.ch/beitritt/vfasbeitritt_de.html", target:"Seiteninhalt"},
			{code:"AGB", url:"php/icp_get.php?file=http://www.vfas.ch/php/liste_sprache_1.php&RubrikNummer=0137&GroupSize=19&CacheTime=31104000", target:"Seiteninhalt"}
		]
	},
	{code:"Members", url:"php/icp_get.php?file=http://www.vfas.ch/php/liste.php&RubrikNummer=0135&GroupSize=200&CacheTime=31104000", target:"Seiteninhalt"
	},
	{code:"Kontakt",
		sub:[
			{itemoff:[21,0]},
			{code:"Sekretariat", url:"./statisch/sekretariat/index_de.html", target:"Seiteninhalt"},			{code:"Memberbereich", url:"./login.php", target:"Seiteninhalt"}		]	}];