BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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":[10,6], "itemoff":[0,144], "leveloff":[30,0], "style":STYLE, "size":[30,144]},
	{code:"<center><b>Home</b></center>", url:"index.html"},
	{code:"<center><b>Professional Activities</b></center>",
		sub:[
			{itemoff:[30,10], "size":[30,144]},
			{code:"Learners Lives as Curriculum", url:"professional/learners.html",
				sub:[
					{leveloff:[10,144], "size":[30,144]},
					{code:"Thematic Units", url:"professional/learners/thematic.html"},
					{code:"Tools & Handouts", url:"professional/learners/tools.html"}
				]
			},
			{code:"Publications", url:"professional/publications.html"},
			{code:"Sample Workshops", url:"professional/workshops.html"}								
		]
	},
	{code:"<center><b>Teaching</b></center>", url:"teaching/index.html",
		sub:[
			{itemoff:[30,10], "size":[30,144]},
			{code:"English 425",
				sub:[
					{leveloff:[10,144], "size":[30,144]},
					{code:"Overview & Objectives", url:"teaching/eng425/overview.html"},
					{code:"Topics & Readings", url:"teaching/eng425/readings.html"},
					{code:"Assignments & Activities", url:"teaching/eng425/assignments.html"},
					{code:"Term Project", url:"teaching/eng425/term_project.html"},
					{code:"Tasks & Timeline", url:"teaching/eng425/timeline.html"}
				]
			},
			{code:"English 734/434",
				sub:[
					{leveloff:[10,144], "size":[30,144]},
					{code:"Overview & Objectives", url:"teaching/eng734/overview.html"},
					{code:"Assignments & Activities", url:"teaching/eng734/assignments.html"},
					{code:"Tasks & Timeline", url:"teaching/eng734/timeline.html"}
				]
			},
				{code:"English 735", url:"teaching/eng735/index.html",
				sub:[
					{leveloff:[10,144], "size":[30,144]}
				]
			},
			{code:"Projects SHINE/SAIL", url:"teaching/shine_sail/index.html",
				sub:[
					{leveloff:[10,144], "size":[30,144]}
				]
			}
		]
	},
	{code:"<center><b>Community Projects</b></center>", url:"community/index.html"},
	{code:"<center><b>About gw</b></center>", url:"aboutgw/index.html"},
];
