BLANK_IMAGE = '/jscss/images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	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
		bgON:"#B6BDD2",		// background color for the items
		bgOVER:"#5078C0"	// 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:[1,115], https_fix_blank_doc:'/jscss/https.html', itemoff:[0,160], leveloff:[21,0], style:STYLE, size:[22,150]},
	{code:"Home", url:"/",
		sub:[]
	},
	{code:"Produkte", url:"/products/",
		sub:[
			{itemoff:[21,0]},
			{code:"Visuelle PC Überwachung", url:"/index.php#Visuelle PC Überwachung",
				sub:[
					{leveloff:[0,149]},
					{code:"Orvell Monitoring", url:"/orvell/de/"},
					{code:"Spector Pro", url:"/spectorsoft/SpectorPro/"}
				]
			},
			{code:"eMail Überwachung", url:"/index.php#eMail Überwachung",
				sub:[
					{leveloff:[0,149]},
					{code:"Winston Monitoring", url:"/winston/de/"},
					{code:"eBlaster", url:"/spectorsoft/eBlaster/"}
				]
			},
			{code:"Netzwerküberwachung", url:"/index.php#Netzwerküberwachung",
				sub:[
					{leveloff:[0,149]},
					{code:"OrvellNet", url:"/orvell/de/netzwerk.php"},
					{code:"SpectorCNE", url:"/spectorsoft/SpectorCNE/"},
					{code:"Spector360", url:"/spectorsoft/Spector360/"},
					{code:"AlchemyEye", url:"/alchemyeye/"}
				]
			},
			{code:"PC Sicherheit", url:"/index.php#verschlüsselung",
				sub:[
					{leveloff:[0,149]},
					{code:"Crypditor (Freeware)", url:"/crypditor/de/"}
				]
			},
			{code:"Produktvergleich", url:"/software_pc_ueberwachung.php",
				sub:[]
			}
		]
	},
	{code:"Support", url:"/support/",
		sub:[	
				{itemoff:[21,0]},
				{code:"Telefonische Hotline", url:"javascript:hotlinepopup()"},
				{code:"Technischer Support", url:"/support/"},
				{code:"RSS News Feed", url:"/rss-feed.php"},
				{code:"Newsletter", url:"/newsletter/",
				sub:[
					{leveloff:[0,149]},
					{code:"Anmelden", url:"/newsletter/"},
					{code:"Archiv", url:"/newsletter/archiv/archiv.php"}
				]				
				}
		]
	},
	{code:"Partner", url:"/affiliate.php",
		sub:[	{itemoff:[21,0]},
				{code:"Affiliates", url:"/affiliate.php"},
				{code:"Reseller", url:"/reseller.php"}
		]
	},
	{code:"Impressum", url:"/impressum.php",
		sub:[	{itemoff:[21,0]},
				{code:"AGBs", url:"/agb.php"},
				{code:"Datenschutz", url:"/privacy.php"},
				{code:""},
				{code:"Stellenmarkt", url:"/stellenmarkt.php"},
				{code:"Pressemeldungen", url:"http://typemania.de/presse/index.php/archives/608/"},
				{code:"Kontakt", url:"/kontakt.php"},
				{code:"Über uns...", url:"/info_ptc.php"}
		]
	}	
];
