BLANK_IMAGE="coolmenu/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"#f0f0FF","bgOVER":"#B6BDD2"};
var cssitem = {"ON":"menuitemon", "OVER":"menuitemover"};
var csshead = {"ON":"menuheadon", "OVER":"menuheadover"};
var STYLE = {"border":0, "shadow":3, "color":color, "css":cssitem};
var STYLEHEAD = {"border":1, "shadow":3, "color":color, "css":csshead};
//items and formats
var MENU_ITEMS =
[
	{"pos":[220,330], "size":[34,165],"itemoff":[0,185], "leveloff":[44,5], "style":STYLEHEAD},
	{code:"laboratory","style":STYLE, "url":"lab/",
		sub:[
			{"style":STYLE,"size":[24,165],"itemoff":[30,5]},
			{code:"<B>latest news</B>", "url":"lab/news.php"},
			{code:"lab overview", "url":"lab/overview.php"},
			{code:"computational testbeds", "url":"lab/compute.php"},
			{code:"networking testbeds", "url":"lab/networks.php"},
			{code:"reconfigurable testbeds", "url":"lab/other.php"}
		]
	},
	{code:"projects", "url":"prj/",
		sub:[
			{"style":STYLE,"size":[24,165],"itemoff":[30,5]},
			{code:"ASC group","url":"prj/ascgroup/teamHome.php"},
			{code:"HPCC group","url":"prj/hpccgroup/teamHome.php"},
			{code:"RC group","url":"prj/rcgroup/teamHome.php"},
			{code:"UPC group","url":"prj/upcgroup/teamHome.php"}
			
		]
	},
	{code:"people","url":"ppl/",
		sub:[
			{"style":STYLE,"size":[24,165],"itemoff":[30,5]},
			{code:"<b>contact us</b>","url":"ppl/contact.php"},
			{code:"publications","url":"ppl/publications.php"},
			{code:"theses & dissertations","url":"ppl/theses.php"},
			{code:"staff","url":"ppl/staff.php"}
		]
	}
];
