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:"#eeeeee",	// 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,90], levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80)'},
	
	{code:"Home", format:{"size":[24,60]}, url:"default.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,150]},
			{code:"Staff", url:"Staff.htm"},

			{code:"Teachers", url:"Teachers.htm"},
			
			{code:"Board", url:"Board.htm"},

			{code:"Sponsors & Donors", url:"Donors.htm"},

			{code:"Volunteers", url:"Volunteers.htm"},
			
			{code:"F.A.Q", url:"Faq.htm"},

			{code:"Testimonials", url:"Testimonials.htm"},

			{code:"Translation Services", url:"Translations.htm"}

		]
},

{code:"Membership", format:{"itemoff":[0,74], "size":[24,90], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Membership.htm",
		sub:[
			{itemoff:[21,0], size:[24,140]},
			{code:"Benefits", url:"Benefits.htm"},

			{code:"Levels", url:"Levels.htm"},
			
			{code:"Purchase or Renew", url:"Levels.htm"}

		]
},

{code:"Learn French", format:{"itemoff":[0,89], size:[24,110], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Classes.htm",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			{code:"Overview", url:"Classes.htm"},

			{code:"Youth", url:"Levels_learn.html"},
			
			{code:"Professeurs de français", url:"prof.htm"},
			
			{code:"Beginners", url:"Beginner.htm"},
			
			{code:"Intermediate", url:"Intermediate.htm"},
			
			{code:"Intermediate Advanced", url:"IntermediateAdvance.htm"},

			{code:"Advanced", url:"Advance.htm"},
			
			{code:"Calendar", url:"Calendar.html"},		
			
			{code:"Certifications", url:"Certifications.htm"},
	
			{code:"Corporate Classes", url:"Corporate.html"},	
			
			{code:"Placement Test", url:"Placement.html"},
				
			{code:"Policies", url:"Policies.htm"},	
			
			

			{code:"Special Courses", url:"SpecialCourses.html"},

			{code:"Why French?", url:"why.html"} 
	]
},

{code:"Live French", format:{"itemoff":[0,110], "size":[24,120], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"EventListing.htm",
		sub:[
			{itemoff:[21,0], size:[24,160]},
			{code:"Event Listing", url:"EventListing.htm"},

			
			{code:"Calendar of Events", url:"EventCalendar.htm"},
			{code:"AF Trips", url:"AFTrips.html"},			
			{code:"Bastille Day", url:"BastilleDay.html"},			
			{code:"Cine Soirée", url:"CineSoiree.html"},		
			{code:"Dîner Mensuel", url:"DinerMensuel.html"},					
			{code:"French Clubs", url:"FrenchClubs.html"},			
			{code:"Lecture Series", url:"LectureSeries.html"},			
			{code:"Photo Gallery", url:"PhotoGallery.htm"},			
		//	{code:"French Cuisine", url:"FrenchCuisine.htm"},
			{code:"Rendez-Vous", url:"RendezVous.html"},
		//	{code:"African Dance", url:"AfricanD.html"},
			{code:"Special Courses", url:"SpecialCourses.html"},
			{code:"Francophonie", url:"francophonie.html"},	
			{code:"Events Archive", url:"TGV_Event.html"}
			
	]


},





{code:"Resources", format:{"itemoff":[0,120], size:[24,90], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"enFrancais.html",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			
			{code:"AF Around the World", url:"http://www.alliancefr.org", target:"blank"},

			{code:"AF in the United States", url:"http://www.alliance-us.org/en/Index.aspx", target:"blank"},

			{code:"Atlanta en français", url:"enFrancais.html"},

			{code:"Relevant Links", url:"relevantLinks.html"},
						
	]
},

{code:"Donate", format:{"itemoff":[0,90], size:[24,80], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Donate.htm",
		sub:[
			{itemoff:[21,0], size:[24,160]},
			{code:"Annual Fund", url:"AnnualFund.htm"},



			{code:"Bastille Day Sponsorship", url:"BastilleDaySponsorship.htm"},



			{code:"Gift Program", url:"GiftProgram.htm"},

	]
},

{code:"Contact Us", format:{"size":[24,80]}, url:"ContactUs.htm"}
	
	
];

