//new Menu form of adpc

//keywords

var code="code";var url="url";var sub="sub";

//styles

var TOP_STYLE = {"border":1, "shadow":1, "color":{"border":"#df0029", "shadow":"#df0029", "bgON":"white","bgOVER":"#df0029"}, "css":{"ON":"clsCMTopOn", "OVER":"clsCMTopOver"}};

var STYLE1 = {"border":1, "shadow":1, "color":{"border":"gray", "shadow":"black", "bgON":"#f0f0f0","bgOVER":"#df0029"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};

//items and formats

var MENU_ITEMS =

[

	{"pos":[10,110],"size":[35,128],"itemoff":[0,125],"leveloff":[0,0],"delay":500,"style":TOP_STYLE},

	{code:"About ADPC",

		sub:[

			{"size":[25,150], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},

			{code:" What's New in ADPC ?", url:"http://www.adpc.net/default.html"},

			{code:'Introduction', url:"http://www.adpc.net/general/adpc.html"},

			{code:'ADPC At A Glance', url:"http://www.adpc.net/general/adpcdisplay/display1.html"}

			]

	},

	{code:'Information and Research', url: "http://www.adpc.net/infores/doc.html"},

	{code:"Teams at ADPC",

		sub:[

			{"size":[25,310], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},

			{code:'Office of the Executive Director', url: "http://www.adpc.net/general/adpc.html"},

			{code:'Climate Risk management', url: "http://www.adpc.net/crm/crm.html"},

			{code:'Disaster management System', url: "http://www.adpc.net/what news/DMST.html"},

			{code:'Public health in Emergencies', url: "http://www.adpc.net/technical/seminar/default.html"},	

			{code:'Strategic Disaster Risk Management',url:"http://www.adpc.net/sdrm/sdrm.html"},

			{code:'Urban Disaster Risk Management',url:"http://www.adpc.net/udrm/udrm.html"}

			]

	},

	{code:'People at ADPC',

		sub:[

			{"size":[25,310], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},

			{code:'Office of the Executive Director', url: "http://www.adpc.net/people/people.html"},

			{code:'Climate Risk Management', url: "http://www.adpc.net/people/crm.html"},

			{code:'Disaster Management Systems ', url: "http://www.adpc.net/people/dms.html"},

			{code:'Public Health in Emergencies', url: "http://www.adpc.net/people/phe.html"},

			{code:'Strategic Disaster Risk Management',url:"http://www.adpc.net/people/te.html"},

			{code:'Urban Disaster Risk Management', url: "http://www.adpc.net/people/udrm.html"},				

			]

	},

	{code:"Job @ ADPC", url: "http://www.adpc.net/employment/index.html"},

	{code:"Contact ADPC", url: "http://www.adpc.net/general/contact.html"},

];


