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:"#333333",	// color of the item border, if any
		shadow:"#333333",	// color of the item shadow, if any
		bgON:"#666666",		// background color for the items
		bgOVER:"#333333"	// 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:[20,90], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,110]},
	{code:"Home","url":"index.htm"},
	{code:"About Us",
		sub:[
			{itemoff:[21,0]}, 
			{code:"About Us","url":"aboutus.htm","format":{"size":[22,180]}
			},
			{code:"Executive Board","url":"membership.htm","format":{"size":[22,180]}
			},
			{code:"Photo Section History","url":"history1.htm","format":{"size":[22,180]}
			},
			{code:"Join the Photographic Section","url":"flyer.htm","format":{"size":[22,180]}
			}
		]
	},
        {code:"Forum","url":"forum"},
	{code:"Schedule",
		sub:[
			{itemoff:[21,0]},
			{code:"Our Yearly Schedule","url":"schedule.htm","format":{"size":[22,150]}
			}
		]
	},
	{code:"Links",
		sub:[
			{itemoff:[21,0]},
			{code:"Photographic Links","url":"links.htm","format":{"size":[22,150]}
			},
			{code:"Items for Sale","url":"forsale.htm","format":{"size":[22,150]}
			}
		]
	},
	{code:"Competitions","format":{"size":[22,150]}, 
		sub:[
			{itemoff:[21,0]}, 
			{code:"Competition Results","url":"competitionresults.htm","format":{"size":[22,150]}
			},
			{code:"General Rules","url":"generalrules.htm","format":{"size":[22,150]}
			},
			{code:"Judging","url":"judgingrules.htm","format":{"size":[22,150]}
			},
			{code:"Awards","url":"awardsrules.htm","format":{"size":[22,150]}
			},
			{code:"Print Competition Rules","url":"printrules.htm","format":{"size":[22,150]}
			},
			{code:"Digital Competition Rules","url":"digitalrules.htm","format":{"size":[22,150]}
			},
{code:"Digital Competition Help","url":"digitalhelp.htm","format":{"size":[22,150]}
			},
			{code:"Judge Pool","url":"judges.htm","format":{"size":[22,150]}
			},
			{code:"Competition Forms","url":"competitionforms.htm","format":{"size":[22,150]}
			}
		]
	},
	{code:"Gallery", "format":{"itemoff":[0,125]},
		sub:[
			{itemoff:[21,0]},
			{code:"Member Galleries","url":"galleries.htm"
			},
			{code:"2003 Salon","url":"2003salonwinners.htm"
			},
			{code:"2004 Salon","url":"2004salonwinners.htm"
			}
		]
	}
];
