BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#cccccc",	// color of the item border, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#000000"	// 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_ITEMS1 = [
	{pos:[170, 112]},

	{code:'Contact', url:'../../contact/contact.html', itemoff:[0,82], style:STYLE, size:[25,97],
		sub:[
		]
	},

	{code:"About", url:'../../about/about.html', itemoff:[0,96], style:STYLE, size:[25,94],
		sub:[
		]
	},

	
	{code:"Events", url:'../../events/events.html', itemoff:[0,93], style:STYLE, size:[25,94],
		sub:[
		]
	},

	
	{code:"Advertise", url:'../../advertise/advertise.html', itemoff:[0,93], style:STYLE, size:[25,116],
		sub:[
		]
	},

	{code:"Subscribe", url:'../../subscribe/subscribe.html', itemoff:[0,115], style:STYLE, size:[25,115],
		sub:[
		]
	},
	
	{code:"Testimonials", url:'../../testimonials/testimonials.html', itemoff:[0,114], style:STYLE, size:[25,120],
		sub:[
		]
	}
];


