//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":"#cbcbcc", "shadow":"#df0029", "bgON":"#ebe8e8","bgOVER":"#cbcbcc"}, "css":{"ON":"clsCMTopOn", "OVER":"clsCMTopOver"}};
var STYLE1 = {"border":1, "shadow":1, "color":{"border":"gray", "shadow":"black", "bgON":"#f0f0f0","bgOVER":"#949494"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
//items and formats
var MENUB_ITEMS =
[
	{"pos":[10,99],"size":[30,130],"itemoff":[0,125],"leveloff":[0,0],"delay":500,"style":TOP_STYLE},
	{code:"ADPC Home", url:"http://www.adpc.net",
		sub:[
			{"size":[25,200], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			
			{code:'An Overview', url:"http://www.adpc.net/general/adpc.html"},
			{code:'Governance', 
				sub:[
					 {"size":[25,200], "itemoff":[24,0], "leveloff":[0,140], "style":STYLE1},
					 {code:'Board of Trustees', url:"http://www.adpc.net/pdir/board/default.html"},
					 {code:'Advisory Council', url:"http://www.adpc.net/pdir/advisor/default.html"},
					 {code:'Regional Consultative Committee', url:"http://www.adpc.net/pdir/consult/default.html"}
					]
			},
			{code:'Organizational Structure', url:"http://www.adpc.net/oed/adpc_org.html"},
			{code:'Projects', 
					sub:[
						{"size":[25,80], "itemoff":[24,0], "leveloff":[0,140], "style":STYLE1},
						{code:'AUDMP', url:"http://www.adpc.net/audmp/audmp.html"},
						{code:'DANA', url:"http://www.adpc.net/dana/dana.html"},
						{code:'DRP_CLV', url:"http://www.adpc.net/drp-clv/default.html"},
						{code:'ECE', url:"http://www.adpc.net/ece/background.html"},
						{code:'PEER', url:"http://www.adpc.net/peer/peer.html"}
						]
			},
			{code:"ADPC Strategy Plan 2010", url:"http://www.adpc.net/general/adpc_strategy.html"},
			{code:'ADPC Gallery', url:"http://www.adpc.net/general/gallery_index.html"}
			]
	},
	{code:'Partnerships', 
		sub:[
			{"size":[25,200], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'Memorandum of Understanding', url:"http://www.adpc.net/pdir/partner/mou/default.html"},
			{code:'National Partners', url:"http://www.adpc.net/pdir/partner/org/national/default.html"},
			{code:'Regional Partners', url:"http://www.adpc.net/pdir/partner/org/regional/default.html"},
			{code:'International Partners', url:"http://www.adpc.net/pdir/partner/org/international/default.html"}
			]
	},
	{code:'Information Center', url: "http://www.adpc.net/infores/default.html",
		sub:[
			 {"size":[25,220], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			 {code:'Disaster Information Resources', url:"http://www.adpc.net/infores/dir.html"},
			 {code:'Asian Disaster Management', url:"http://www.adpc.net/infores/newsletter/newsletter.html"},
			 {code:'Country Profiles', url:"http://www.adpc.net/country-profiles.html"},
			 {code:'ADPC Monthly Updates', url:"http://www.adpc.net/infores/monthly_report/update.html"},
			 {code:'On - line Documents', url:"http://www.adpc.net/infores/doc.html"},
			 {code:'On - line Database', url:"http://203.159.16.3/wwwisis/ADPC.01/form.htm"}
			]
	},
	{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/oed/oed_intro.html"},
			{code:'Climate Risk management', url: "http://www.adpc.net/crm/crm.html"},
			{code:'Community Based Disaster Risk Management',url:"http://www.adpc.net/projects/cbdrm.html"},
			{code:'Disaster management Systems', url: "http://www.adpc.net/what news/DMST.html"},
			{code:'Public health in Emergencies', url: "http://www.adpc.net/phe/phe.html"},
			{code:'Training Resource Group',url:"http://www.adpc.net/training/te.html"},
			{code:'Urban Disaster Risk Management',url:"http://www.adpc.net/udrm/udrm.html"}
			]
	},
	{code:'People at ADPC',
		sub:[
			{"size":[25,280], "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:'Community Based Disaster Risk Management',url:"http://www.adpc.net/people/adpc_cbdrm.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:'Training Resource Group',url:"http://www.adpc.net/people/te.html"},
			{code:'Urban Disaster Risk Management', url: "http://www.adpc.net/people/udrm.html"},				
			]
	},
	{code:'ADPC Archives',
		sub:[
			 {"size":[25,80], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'2005', url: "http://www.adpc.net/adpc_news2005.html"},
			{code:'2004',url:"http://www.adpc.net/adpc_news2004.html"},
			{code:'2003', url: "http://www.adpc.net/adpc_news2003.html"},
			{code:'2002', url: "http://www.adpc.net/adpc_news2002.html"},
			{code:'2001',url:"http://www.adpc.net/adpc_news2001.html"},
			{code:'2000', url: "http://www.adpc.net/adpc_news2000.html"},				
			]
	},
];

