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:"Products", url:"/products/",
		sub:[
			{itemoff:[21,0]},
			{code:"Monitoring Home Users", url:"/index.php#Spy Software",
				sub:[
					{leveloff:[0,149]},
					{code:"Orvell Monitoring", url:"/products/orvell/"},
					{code:"Winston Monitoring", url:"/products/winston/"}
				]
			},
			{code:"Monitoring Networks", url:"/index.php#network monitoring",
				sub:[
					{leveloff:[0,149]},
					{code:"OrvellNet", url:"/products/orvell/netzwerk.php"}
				]
			},
			{code:"Security", url:"/index.php#encyption",
				sub:[
					{leveloff:[0,149]},
					{code:"Crypditor (Freeware)", url:"/products/crypditor/"}
				]
			},
			{code:"Comparison", url:"/spy_software_comparison.php",
				sub:[]
			}
		]
	},
	{code:"Support", url:"",
		sub:[	{itemoff:[21,0]},
				{code:"Hotline", url:"javascript:hotlinepopup()"},
				{code:"Support", url:"javascript:contactpopup()"},
				{code:"Newsletter", url:"http://www.protectcom.de/newsletter/"}
		]
	},
	{code:"Partner", url:"",
		sub:[	{itemoff:[21,0]},
				{code:"Affiliates", url:"/affiliate.php"},
				{code:"Reseller", url:"/reseller.php"}
		]
	},
	{code:"Company Info", url:"/impressum.php", 
		sub:[	{itemoff:[21,0]},
				{code:"Terms of Use", url:"/terms.php"},
				{code:"Online Privacy Policy", url:"/privacy.php"},
				{code:""},
				{code:"Contact us", url:"javascript:hotlinepopup()"},
				{code:"Legal Notice", url:"/impressum.php"}
		]
	}	
];
