
var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// 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:[20,180], itemoff:[21,0], leveloff:[0,150], style:STYLE, size:[22,180]},
	{code:"Back to ADPC Home Page", url:"http://www.adpc.net"},
	{code:"About UDRM", url:"http://www.adpc.net/udrm/introduction.html"},
	{code:"What's New", url:"http://www.adpc.net/udrm/whats_new.htm"},
	{code:"Strategy Asia 2002", url:"http://www.adpc.net/udrm/strategy-asia-2020.htm"},
	{code:"Projects", url:"http://www.adpc.net/udrm/projects.htm",
		sub:[
			{"size":[22,100], itemoff:[21,0], leveloff:[0,180]},
			{code:"AUDMP", url:"http://www.adpc.net/AUDMP/audmp.html"},
			{code:"CASITA", url:"http://www.adpc.net/CASITA/introduction.html"},
			{code:"PRIMER", url:"http://www.adpc.net/udrm/primer/introduction.html"},
			{code:"RECLAIM", url:"http://www.adpc.net/udrm/reclaim/introduction.html"},
			]
	},
	{code:"Partners", url:"http://www.adpc.net/udrm/partners.htm"},
	{code:"Cities we work with", url:"http://www.adpc.net/udrm/cities.htm"},
];

