BLANK_IMAGE = 'img/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:"",	// color of the item border, if any
		shadow:"",	// 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 aboutmenu_items = [
	{pos:[239,66], itemoff:[0,99], leveloff:[21,0],  size:[21,60]},
	{code:'<img src="img/menubar/aboutbutton.jpg" width="60" height="21" />',
		ocode:'<img src="img/menubar/aboutbuttond.jpg" width="60" height="21" />',
sub:[
			{itemoff:[21,0]},
			{code:"News", url:"archive.htm",target:'_blank', style:STYLE, size:[21,130],
				sub:[

				]
			},
			{code:"Philosophy", url:"philosophy.htm", style:STYLE, size:[21,130],
				sub:[

				]
			},
			{code:"History",url:"history.htm", style:STYLE, size:[21,130],
				sub:[

				]
			}
		]
	},

];

