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,80], levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80)'},
	
	{code:"HOME", format:{"size":[24,135],arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"index.php",
	sub:[	
			{itemoff:[21,0], size:[0,0]}	,
			{code:"", url:""}
		]
	},	
	{code:"LEARN FRENCH", format:{"itemoff":[0,135],"size":[24,136],arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"SchoolNews.php",
		sub:[
			 	{itemoff:[21,0], size:[24,136]},
				
				{code:"REGISTRATION", url:"http://www.asaponlinereg.com/default.aspx?org=930"} ,
				{code:"Overview", url:"FrenchOverview.php"} ,
				{code:"School News", url:"SchoolNews.php"} ,
				{code:"Preschool", url:"Preschool.php"} ,
				{code:"French Classes", url:"French Classes.php"} ,
				{code:"Calendar", url:"School Calendar.php"}
			]
	},
	{code:"MEMBERSHIP", format:{"itemoff":[0,136],"size":[24,136],arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Membership.php",
	sub:[
			 	{itemoff:[21,0], size:[24,136]}	,
				
				{code:"Membership", url:"Membership.php"} , 
				{code:"Donate", url:"Donate.php"}
		]},
	{code:"EVENTS", format:{"itemoff":[0,136],"size":[24,136],arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"CurrentEvents.php",
	sub:[	
			{itemoff:[21,0], size:[24,136]},
			
			{code:"Current Events", url:"CurrentEvents.php"},
			{code:"Photo Gallery", url:"PhotoGallery.php"} ,
			{code:"Book Club", url:"Bookclub.php"} ,
			{code:"Cine Club", url:"Cine Club.php"} ,
			{code:"Calendar", url:"EventCalendar.php"} ,
			{code:"Past Events", url:"PastEvents.php"}
		]
	},	
	{code:"OUR SERVICES", format:{"itemoff":[0,136],"size":[24,136],arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]},url:"MediaCenter.php",
	sub:[	
			{itemoff:[21,0], size:[24,136]},
			
			{code:"Media Center", url:"MediaCenter.php"} ,
			{code:"Placement test", url:"Placement.php"} ,
			{code:"Certifications", url:"Certifications.php"} ,
			{code:"French Resources", url:"FrenchResuorces.php"}
			
		]
	},
	{code:"ABOUT US", format:{"itemoff":[0,136], "size":[24,136], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"About.php",
		sub:[	
			{itemoff:[21,0], size:[24,136]},
			{code:"Who we are", url:"About.php"},
			{code:"Staff", url:"Staff.php"},			
			{code:"Work for Us", url:"Jobs.php"},
			{code:"Directions", url:"Directions.php"},
            {code:"F.A.Q.", url:"F.A.Q.php"},
			{code:"Contact Us", url:"ContactUs.php"}
		]
}	
	
];

