BLANK_IMAGE = '/images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"#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:[10,10], itemoff:[0,159], leveloff:[21,0], style:STYLE, size:[22,160]},
	{code:"About Us",
		sub:[
			{itemoff:[21,0]},
			{code:"Matthew", url:"/matthew/"},
			{code:"David", url:"/david/"},
			{code:"Apollo & Raven", url:"/dogs/"},
			{code:"Jasmine", url:"/jasmine/"},
			{code:"Our House", url:"/house/"},
			{code:"Truck Adventures", url:"/truck/"}
		]
	},
	{code:"Computers & Internet",
		sub:[
			{itemoff:[21,0]},
			{code:"Bookmarks & Links", url:"/bookmarks/"},
			{code:"Software & FTP Sites", url:"/files/"},
			{code:"Online Shopping", url:"/shopping/"},
			{code:"HTML Help", url:"/html/"},
			{code:"Background Images", url:"/backgrounds/"},
			{code:"Other Web Images", url:"/images/"}
		]
	},
	{code:"Site Info",
		sub:[
			{itemoff:[21,0]},
			{code:"What's New @ VolzPDX", url:"/home/new.html"},
			{code:"VolzPDX Site Map", url:"/home/sitemap.html"},
			{code:"Site Credits", url:"/home/credits.html"}
		]
	},
	{code:"Related Sites",
		sub:[
			{itemoff:[21,0]},
			{code:"Mike's Star Wars Site", url:"http://starwars.volzpdx.com/"},
			{code:"Nicki's Batman Forever", url:"http://batman.volzpdx.com/"},
			{code:"Nicki's WebQuest", url:"http://webquest.volzpdx.com/"}
		]
	},
	{code:"Contact Us",
		sub:[
			{itemoff:[21,0]},
			{code:"contact Mike", url:"mailto:mike@volzpdx.com"},
			{code:"contact Nicki", url:"mailto:nicki@volzpdx.com"},
		]
	}
];
