/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS_POPUP = [
	['', "javascript:window.location='';window.open('adipar/','adipar')" ,null,
		[pupup('<table border=0 cellpadding=0 cellspacing=0 style="filter:alpha(opacity=70);"><tr><td><div style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: black; margin: 4px;padding:10px;background:#aabbdd;-moz-opacity:0.75;filter:alpha(opacity=0);"><b>Advanced Diagnostics for Parasitic Diseases</b><br/>Transfer of knowledge project in the 6th Framework Programme</div></td></tr></table>'), "javascript:window.location='';window.open('adipar/','adipar')"],
	],
];

/*
	This simple function is wrapper. It puts html around text given.
	You can write your own wrappers for higher efficiency and better
	code maintanability
*/
function pupup (text) {
	return text;
}