BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"#A8DE98",		// background color for the items
		bgOVER:"white"	// 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:["left",220], itemoff:[25,0], leveloff:[0,200], style:STYLE, size:[25,197]},
	{code:"About NCP", "url":"about.php"},		
	{code:"DG's Message", "url":"dg_message.php"},
	{code:"Research Departments",

		sub:[
			{size:[25,240]},
			{code:"Theoretical Physics", "url":"tpd.php"},
			{code:"Experimental High Energy Physics", "url":"ehep.php"},
			{code:"Nano Sciences", "url":"nscd.php"},
			{code:"Tandem Accelerator Physics", "url":"tad.php"},
			{code:"Vacuum Sciences", "url":"ninvast.php"},
			{code:"Earthquake Studies", "url":"ces.php"},
			
			]
	},
	{code:"Support Departments",

		sub:[
			{size:[25,125]},
			{code:"Administration", "url":"admin.php"},
			{code:"CAAD", "url":"caad.php"},
						
			]
	},
	{code:"Collaborations",
		sub:[
			{size:[25,110]},
			{code:"International",
				sub:[
					{leveloff:[0,115], size:[25,220]},
					{code:"CERN, Switzerland", "url":"cern.php"},
					{code:"SESAME, Jordan", "url":"sesame.php"},
					{code:"ICTP, Italy", "url":"ictp.php"},
					{code:"University of California, USA", "url":"http://www.universityofcalifornia.edu/"},
					{code:"CNAE, Argentina", "url":"http://www.cnae.gov.ar/"},
					{code:"Katholieke University, Belgium", "url":"http://www.kuleuven.be/english/"},
					{code:"KRISS, Korea", "url":"http://english.kriss.re.kr/"},
					//{code:"ARAMCO, Saudi Arabia", "url":"http://www.saudiaramco.com/en/home.html"},
					]
			},
			{code:"National", "url":"nc.php"},
			]
	},
	{code:"Publications",
		sub:[
			{size:[25,85]},
			{code:"Latest", "url":"publications/index.php"},
			{code:"Archive", "url":"publications/pub_archive.php"},
			]
 	},
	{code:"Hosted Researchers", "url":"ir.php"},
	{code:"Scientific Events",
			sub:[
			{size:[25,200]},
			{code:"Int'l Scientific Spring (ISS)", "url":"iss_new.php"},
			{code:"Summer College (INSC)", "url":"insc/index.php"},
			{code:"Scientific Calendar", "url":"sc.php"},
			//{code:"Course Schedule", "url":"courses/index.php"},
			{code:"Archives", "url":"archives.php"},			
			]
	},
	
	{code:"Newsletter",
		sub:[
			{size:[25,115]},
			{code:"Latest Edition", "url":"newsletters/index.php"},
			{code:"Archive", "url":"newsletters/newsletter_arch.php"},
			]
 	},
	{code:"Careers",
		sub:[
			{size:[25,105]},
			{code:"Recent Jobs", "url":"jobs/index.php"},
			{code:"Archive", "url":"jobs/jobs_arch.php"},
			]
 	},
	{code:"Site Map", "url":"sitemap.php"},
	
	{code:"Contact Us", "url":"contact.php"},

];



