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:{
		bgON:"White",		// background color for the items
		bgOVER:"White"	// 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:[0,10], delay:150,itemoff:[0,70], leveloff:[22,0], style:STYLE, size:[21,120]},
	{code:"Home", format:{size:[21,100], itemoff:[0,100]},url:"index.html"
	},
	{code:"Services", format:{size:[21,100], itemoff:[0,100]},url:"bpromptservices.htm"
	},
	{code:"Clients",format:{size:[21, 100], itemoff:
[0,100]},url:"bpromptclients.htm"  
	},
	{code:"About Us",format:{size:[21, 100],itemoff:[0,100]},url:"bpromptabout.htm"
	},
	{code:"Contact Us",format:{size:[21, 100],itemoff:[0,100]},url:"bpromptcontact.htm"
	}
];


