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:"#999999",	// color of the item border, if any
		shadow:"#999999",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#eeeeee"	// 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,79], leveloff:[21,0], style:STYLE, size:[24,80], levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=100)'},
	
	{code:"Home", format:{"size":[24,50]}, url:"index.htm"},

	{code:"About Us",format:{"itemoff":[0,49], "size":[24,75], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"About.htm",
		sub:[	
			{itemoff:[21,0], size:[24,130]},
			
			{code:"Board AF South Florida", url:"Board.htm"},
			
			{code:"AF Around the World", url:"http://www.fondation-alliancefr.org/", target:"blank"},

			{code:"AF in the United States", url:"http://www.alliance-us.org/en/Index.aspx", target:"blank"}
			
		]
},

{code:"Support us", format:{"itemoff":[0,74], "size":[24,90], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"donate.htm",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			{code:"Membership", url:"Membership.htm"},
			
			{code:"Sponsorship", url:"sponsorrship.htm"},
			
			{code:"Donation", url:"SomeSolution.htm"}

		]
},

{code:"Cultural Events", format:{"itemoff":[0,89], size:[24,110], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"cult-calendar.htm",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			
			{code:"Calendar Miami", url:"cult-calendar.htm"},
			
			{code:"Calendar Palm Beach", url:"cult-calendar-wpb.htm"},
			
			{code:"Addresses", url:"cult-addresses.html"},
			
			{code:"Old News Letters", url:"news-letterListing.htm"}
	]
},

{code:"Language Center", format:{"itemoff":[0,110], "size":[24,120], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"class-center.html",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			
			{code:"Quality charter", url:"class-quality.html"},

			{code:"Learning French", url:"class-learning.html"},
			
			{code:"Choosing a course", url:"class-adults.html"},
			
			{code:"Foundation courses", url:"class-foundation.html"},
			
			{code:"Thematic courses", url:"class-thematic.html"},
			
			{code:"Workshops", url:"class-workshops.html"},
			
			{code:"Private instruction", url:"class-privale.html"},
			
			{code:"Corporate training", url:"class-corporate.html"},

			{code:"Proficiency exams", url:"class-exams.html"},
			
			{code:"Teachers' training", url:"class-training.html"},
	
			{code:"German Language", url:"class-german.html"},

			{code:"Session dates", url:"class-sessions.html"},
			
			{code:"Schedules", url:"class-schedule-tbl.html"},
			
			{code:"Policies", url:"class-policies.html"},

			{code:"Registration", url:"class-registration.html"}
			
	]
},


{code:"Workshops", format:{"itemoff":[0,120], "size":[24,70]}, url:"class-workshops.html"},


{code:"Resources", format:{"itemoff":[0,70], size:[24,90], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Library.htm",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			{code:"Rent", url:"rent.htm"},

			{code:"Translation Services", url:"Translations.htm"},
			
			{code:"Travel", url:"Travel.htm"}
			
	]
},

{code:"La Table", format:{"itemoff":[0,90], size:[24,80], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"working.htm",
		sub:[
			{itemoff:[21,0], size:[24,120]},
			{code:"...", url:""},

			{code:"...", url:""},

	]
},

{code:"Contact Us", format:{"size":[24,80]}, url:"ContactUs.htm"}
	
	
];

