﻿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:"8b7e47",	// color of the item border, if any
		shadow:"d3d3d3",	// color of the item shadow, if any
		bgON:"8b7e47",		// background color for the items
		bgOVER:"655c34"	// 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,120]},
	{code:"Aktuell",
		sub:[
			{itemoff:[21,0]},
			{code:"News", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0161&GroupSize=10&CacheTime=86400", target:"inhalt"},
			{code:"Agenda", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0162&GroupSize=10&CacheTime=10800", target:"inhalt"}
		]
	},
	{code:"Organisation",
		sub:[
			{itemoff:[21,0]},
			{code:"Zentralvorstand", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0178&GroupSize=100&CacheTime=345600", target:"inhalt"},
			{code:"Regionen", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0192&GroupSize=100&CacheTime=345600", target:"inhalt"},
			{code:"Sektionen", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0163&GroupSize=100&CacheTime=345600", target:"inhalt"},
			{code:"Statuten", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0193&GroupSize=30&CacheTime=345600", target:"inhalt"}
		]
	},
	{code:"Zeitschrift", url:"http://sfwv.ebooksplus.ch/browser.php?compact&header=hidecart", target:"inhalt"
	},
	{code:"Hilfe/Doks",
		sub:[
			{itemoff:[21,0]},
			{code:"FAQ", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0179&GroupSize=10&CacheTime=345600", target:"inhalt"},
			{code:"Arbeitsunterlagen", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0194&GroupSize=10&CacheTime=345600", target:"inhalt"},
			{code:"Weisungen", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0195&GroupSize=10&CacheTime=345600", target:"inhalt"},
			{code:"Reglemente", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0196&GroupSize=10&CacheTime=345600", target:"inhalt"}
		]
	},
	{code:"Links", url:"php/icp_get.php?file=http://www.feldweibel.ch/php/liste_sprache_1.php&RubrikNummer=0191&GroupSize=10&CacheTime=345600", target:"inhalt"
	}
];
