var MENU_ITEMS = [
	['<img src="/images/icon3.gif" class="menicon">Publications','/publications.html'],
	['<img src="/images/icon3.gif" class="menicon">Projects','/projects.html'],
	['<img src="/images/icon3.gif" class="menicon">Software','/index.html', null,
			['<img src="/images/dummy.gif" class="menicon">iLAP','/software/ilap/ilap.shtml'],
			['<img src="/images/dummy.gif" class="menicon">MEMOSys','/software/memosys/memosys.shtml'],
			['<img src="/images/dummy.gif" class="menicon">QPCR','/software/qpcr/qpcr.shtml'],
			['<img src="/images/dummy.gif" class="menicon">SIMPLEX','/software/simplex/simplex.shtml'],
			['<img src="/images/dummy.gif" class="menicon">Forum','https://www.icbi.at/forum'],
        ],
	['<img src="/images/icon3.gif" class="menicon">Collaborations', '/collaborations.html']
,];
var MENU_TPL = [
// root level configuration (level 0)
{
	// item sizes
	'height': 20,
	'width': 115,
	// absolute position of the menu on the page (in pixels)
	'block_top': 335,
	'block_left': 35,
	// offsets between items of the same level (in pixels)
	'top': 20,
	'left': 0,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 200,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}	
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
	'width': 100,
	// position of the submenu relative to top left corner of the parent item
	'block_left': 115,
	'block_top': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
];


