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:"",		// 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 MENU_ITEMS = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:STYLE, size:[36,180]},
	{code:'<img src="images/portfolio_off.gif" width="180" height="36" />',
		ocode:'<img src="images/portfolio_on.gif" width="180" height="36" />',
		sub:[
			{itemoff:[36,0], leveloff:[36,50], size:[36,130], style:STYLE},
			{code:'<img src="images/activecomp_off.gif" width="130" height="36" />',
				ocode:'<img src="images/activecomp_on.gif" width="130" height="36" />',
				url:'portfolio_active.html'},
			{code:'<img src="images/formercomp_off.gif" width="130" height="36" />',
				ocode:'<img src="images/formercomp_on.gif" width="130" height="36" />',
				url:'portfolio_former.html'}
		]
	}
];
