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:"#afafaf",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#070707",		// background color for the items
		bgOVER:"#0f0f0f"	// 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:[5,455],  leveloff:[0,80], style:STYLE, size:[22,120]},
	{code: "information",
		sub:[
			{itemoff:[21,0], size:[22,120], leveloff:[0,122]},
			{code:"home", "url":"http://www.dublindocumentary.com/"},
			{code:"about","url":"/about.html"},
			{code: "members",
				sub: [
					{itemoff:[21,0], size:[22,120], leveloff:[-42,122]},
					{code:"david",
						sub:[
							{itemoff:[21,0], leveloff:[0,122]},
							{code:"contact", "url":"mailto:david2020@dublindocumentary.com"},
							{code:"web site", "url":"http://www.formal.ie"},
							{code:"1703", "url":"http://www.formal.ie/small/1703/index.jsp"},
							{code:"street", "url":"http://www.formal.ie/small/street/index.jsp"},
							{code:"san quirico", "url":"http://www.formal.ie/small/sq/index.jsp"},
							{code:"twelfth", "url":"http://www.formal.ie/small/twelfth/index.jsp"},
							{code:"work in progress", "url":"http://www.formal.ie/small/wip/index.jsp"},
							{code:"flickr", "url":"http://www.flickr.com/photos/28433248@N06/"},
							{code:"rff gallery", "url":"http://www.rangefinderforum.com/photopost/showgallery.php?cat=500&ppuser=1784"},
							{code:"lightstalkers", "url":"http://www.lightstalkers.org/formal"},
						]
					},
					{code:"gerry",
						sub:[
							{itemoff:[21,0], leveloff:[0,122]},
							{code:"contact", "url":"mailto:gerry2020@dublindocumentary.com"},
							{code:"single images", "url":"/gerry/single/single.html"}
						]
					},
					{code:"paddy",
						sub:[
							{itemoff:[21,0],  leveloff:[0,122]},
							{code:"contact", "url":"mailto:paddy2020@dublindocumentary.com"},
							{code:"single images", "url":"/paddy/single/single.html"},
							{code:"shave-off", "url":"/paddy/shave/shave.html"}
						]
					},
					{code:"richard",
						sub:[
							{itemoff:[21,0],  leveloff:[0,122]},
							{code:"contact", "url":"mailto:richard2020@dublindocumentary.com"},
							{code:"images", "url":"/richard/index.html"},
							

						]
					},
					{code:"joe",
						sub:[
							{itemoff:[21,0],  leveloff:[0,122]},
							{code:"contact", "url":"mailto:joe2020@dublindocumentary.com"},
							{code:"single images", "url":"/joe/single/single.html"}
						]
					},
				]
			},
			{code:"contact","url":"mailto:info2020@dublindocumentary.com"},
		]
	},

];
