BLANK_IMAGE = './images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#87ABE9",	// color of the item border, if any
		shadow:"#87ABE9",	// color of the item shadow, if any
		bgON:"#2E4A6B",		// background color for the items
		bgOVER:"#87ABE9"	// 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
	},
itemFilters:[ 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)',
 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)' ]
};

var MENU_ITEMSa = [
	{pos:"relative", delay:[100, 500], leveloff:[0,251], style:STYLE},
	{size:[25,250], code:"Jazda w Stanie Nietrze&#378;wym [DUI]", "url":"pl_dui.html"
	},
	{size:[45,250], itemoff:[27,0], code:"Leczenie Uzale&#380;nie&#324; od Alkoholu i Narkotyków",
		sub:[
			{itemoff:[26,0]},
			{size:[25,350], code:"Edukacja Uzale&#380;nie&#324; od Alkoholu i Narkotyków", "url":"pl_coun_uzalez.html"},
			{size:[25,350], code:"Nadu&#380;ywanie Substancji w Czasie Pracy [SAP]", "url":"pl_sap.html"}
		]
	},
	{size:[25,250], itemoff:[47,0], code:"Porady Psychologiczne",
		sub:[
			{itemoff:[26,0]},
			{size:[25,320],code:"Program Przemocy Domowej", "url":"pl_coun_przemoc.html"},
			{size:[25,320],code:"Program Radzenia Sobie ze Z&#322;o&#347;ci&#261;", "url":"pl_coun_radzenie.html"},
			{size:[25,320],code:"Programy Dla Rodziców", "url":"pl_coun_wychow.html"},
			{size:[25,320],code:"Depresja oraz Inne Problemy Emocjonalne", "url":"pl_coun_depresja.html"},
			{size:[25,320],code:"Sesje Indywidualne", "url":"pl_coun_rodzinne.html"}
		]
	},
	{size:[25,250], itemoff:[27,0], code:"Kursy Bezpiecze&#324;stwa &#379;ywno&#347;ci",
		sub:[
			{itemoff:[26,0]},
			{size:[25,400], code:"Rejestracja na Kurs Bezpiecze&#324;stwa &#379;ywno&#347;ci", "url":"pl_foodservicesanitation_form.html", "target":"_blank.html"},
			{size:[25,400], code:"Kurs Bezpiecze&#324;stwa &#379;ywno&#347;ci - Pytania i Odpowiedzi", "url":"pl_foodservicesanitation_qa.html"}
		]
	},
	{size:[25,250], itemoff:[27,0], code:"Kurs Basset", "url":"basset_form.html", "target":"_blank.html"
	},
	//{size:[25,250], itemoff:[27,0], code:"Skontaktuj si&#281; z Nami", "url":"pl_contact.html"
	{size:[25,250], itemoff:[27,0], code:"Contact Us", "url":"mailto:ccillinois1@gmail.com"
	},
];

