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:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#004A80",		// 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:[1,1], itemoff:[29,0], leveloff:[0,178], style:STYLE, size:[30,179]},
	{code:"Home", url:'index.htm',
		sub:[ ]
	},
	{code:"Bylaws",
		sub:[
			{itemoff:[29,0]},
			{code:"Name & Purpose", url:'BL_NameAndPurpose.htm',
				sub:[ ]
			},
			{code:"Membership", url:'BL_Membership.htm',
				sub:[ ]
			},
			{code:"Officers", url:'BL_Officers.htm',
				sub:[ ]
			},
			{code:"Governing Board", url:'BT_GoverningBoard.htm',
				sub:[ ]
			},
			{code:"Committees", url:'BL_Committees.htm',
				sub:[ ]
			},
			{code:"Meetings", url:'BL_Meetings.htm',
				sub:[ ]
			},
			{code:"Amendments", url:'BL_Amendments.htm',
				sub:[ ]
			},
			{code:"Dues & Finances", url:'BL_DuesAndFinances.htm',
				sub:[ ]
			},
			{code:"Nominations and Elections", url:'BL_NominationsAndElections.htm',
				sub:[ ]
			}
		]
	},
	{code:"Key Topics",
		sub:[			
			{itemoff:[29,0]},
			{code:"From the Chair", url:'KT_FromTheChair.htm',
				sub:[ ]
			},
			{code:"Calendar", url:'KT_Calendar.htm',
				sub:[ ]
			},
			{code:"Meetings", url:'KT_Meetings.htm',
				sub:[ ]
			},
			{code:"News", url:'KT_News.htm',
				sub:[ ]
			},
			{code:"Kudos", url:'KT_Kudos.htm',
				sub:[ ]
			}
		]
	},
	{code:"Links",
		sub:[
			{itemoff:[29,0]},
			{code:"SIPCP", url:'L_SIPCP.htm',
				sub:[ ]
			},
			{code:"Division 17", url:'L_Division17.htm',
				sub:[ ]
			},
			{code:"APA", url:'L_APA.htm',
				sub:[ ]
			},
			{code:"Other Divisions", url:'L_OtherDivisions.htm',
				sub:[ ]
			},
			{code:"Aging", url:'L_Aging.htm',
				sub:[ ]
			},
			{code:"Journals", url:'L_Journals.htm',
				sub:[ ]
			},
			{code:"Search Engines", url:'L_SearchEngines.htm',
				sub:[ ]
			},
			{code:"Resources", url:'L_Resources.htm',
				sub:[ ]
			},
			{code:"References", url:'L_References.htm',
				sub:[ ]
			},
			{code:"Other Links", url:'L_OtherLinks.htm',
				sub:[ ]
			}
			
		]
	},
	{code:"Membership",
		sub:[
			{itemoff:[29,0]},
			{code:"Directory", url:'M_Directory.htm',
				sub:[ ]
			},
			{code:"Application", url:'M_Application.htm',
				sub:[ ]
			}
		]
	},
	{code:"Officers",
		sub:[
			{itemoff:[29,0]},
			{code:"Who is who", url:'O_Officers.htm',
				sub:[ ]
			},
			{code:"Leader's Corner", url:'O_LeadersCorner.htm',
				sub:[ ]
			}
		]
	},
	{code:"Student Section",
		sub:[
			{itemoff:[29,0]},
			{code:"Welcome", url:'S_Welcome.htm',
				sub:[ ]
			}
		]
	},
];