BLANK_IMAGE = 'images1/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:"#CC335E",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#016DB5",		// background color for the items
		bgOVER:"#CC3333"	// 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,240], itemoff:[0,169], leveloff:[21,0], style:STYLE, size:[24,170]},
	{code:"Customer Complaints",
		sub:[
			{itemoff:[23,0]},
			{code:"Submit complaints", url:"http://www.customermath.com/newcustomer/unhappy.php"},
			{code:"Customer complaint cards", url:"http://www.customermath.com/newcustomer/cards.php"},
			{code:"Tips", url:"http://www.customermath.com/newcustomer/tips.php"},
			{code:"Complaint writing", url:"http://www.customermath.com/newcustomer/complaint-help-services.php"},
		]
	},
	{code:"Customer Math",
		sub:[
			{itemoff:[23,0]},
			{code:"Books", url:"http://www.customermath.com/newcustomer/books_database.php"},
			{code:"Posters", url:"http://www.customermath.com/newcustomer/posters1.ph"},
			{code:"Coffee Mugs", url:"http://www.customermath.com/newcustomer/mugs.php"},
			{code:"Pen Stand", url:"http://www.customermath.com/newcustomer/pen-pencialstand.php"}
		]
	},
	{code:"Training/Seminars",
		sub:[
			{itemoff:[23,0]},
			{code:"Certificate program", url:"http://www.customermath.com/newcustomer/traning3.php"},
			{code:"Online program", url:"http://www.customermath.com/newcustomer/traning2.php"},
			{code:"Short Seminars", url:"http://www.customermath.com/newcustomer/short-seminars.php"},
			{code:"Training programs", url:"http://www.customermath.com/newcustomer/traning1.php"},
			{code:"Motivational speaker", url:"http://www.customermath.com/newcustomer/speaker.php"}
		]
	},
	
	{code:"Customer Talk",
		sub:[
			{itemoff:[23,0]},
			{code:"Articles", url:"http://www.customermath.com/newcustomer/customer_interaction.php"},
			{code:"Blog", url:"http://managementblog.customermath.com"}
			
			]
	},
	
	{code:"Customer Power",
		sub:[
			{itemoff:[23,0]},
			{code:"Customer Power Club", url:"http://www.customermath.com/newcustomer/customer-power-club.php"},
			{code:"Unhappy customers", url:"http://www.customermath.com/newcustomer/unhappy.php"},
			{code:"Happy Customers", url:"http://www.customermath.com/newcustomer/happy.php"},
			{code:"Check & Buy", url:"http://www.customermath.com/newcustomer/checkbuy.php"},
			{code:"Customer Hero Awards", url:"http://www.customermath.com/newcustomer/awards.php"}
		]
	},
	
	{code:"Books",
		sub:[
			{itemoff:[23,0]},
			{code:"Books by Avinash Narula", url:"http://www.customermath.com/newcustomer/books.php"},
			{code:"Other Books", url:"http://www.customermath.com/newcustomer/books_database.php"}
			
			]
	},
];
