BLANK_IMAGE = 'images/clear.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// 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:"",	// 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 MENU_ITEMS = [
	{pos:[247,0], itemoff:[0,89], leveloff:[0,0], style:NOSTYLE, size:[22,88]},
	{
		code:"",
		sub:[
			{itemoff:[20,0], leveloff:[22,0], style:STYLE, size:[22,140]},
			{code:"Aircraft Charter", url:"index.php?id=charter"},
			{code:"Aircraft Management", url:"index.php?id=management"},
			{code:"Aircraft Maintenance", url:"index.php?id=maintenance"}
		],
		url:"index.php?id=about"
	},
	{code:"", url:"index.php?id=aircraft"},
	{code:"", url:"index.php?id=links"},
	{code:"", url:"index.php?id=quote"},
	{code:"", url:"index.php?id=contact"},
	{code:"", url:"index.php?id=directions"}

];

