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:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"",		// CSS class for items
		OVER:""	// CSS class  for item which is under mouse
	}
};

var aboutmenu_items = [
	{pos:[239,97], itemoff:[0,99], leveloff:[21,0], style:STYLE, 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:'<img src="img/menubar/newsbutton.png" width="121" height="21" />',
				ocode:'<img src="img/menubar/newsbuttond.png" width="121" height="21" />',url:"archive.htm",target:'_blank',
				sub:[

				]
			},
			{code:'<img src="img/menubar/philbutton.png" width="121" height="21" />',
				ocode:'<img src="img/menubar/philbuttond.png" width="121" height="21" />',url:"philosophy.htm",
				sub:[

				]
			},
			{code:'<img src="img/menubar/historybutton.png" width="121" height="21" />',
				ocode:'<img src="img/menubar/historybuttond.png" width="121" height="21" />',url:"history.htm",
				sub:[

				]
			}
		]
	},

];
