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_ITEMS1a = [
	{pos:"relative", delay:[100, 500], itemoff:[27,0], leveloff:[0,251], style:STYLE, size:[25,260]},
	{code:"Counseling Center of Illinois", "url":"pl_home.html"
	},
	{code:"Rejestracja Kursu [FSSM]", "url":"pl_foodservicesanitation_form.html", "target":"_blank.html"
	},
	{code:"Rejestracja Kursu Basset", "url":"basset_form.html", "target":"_blank.html"
	},
];
