function openlinks() {
	win1=window.open('http://ec.europa.eu/index_en.htm','EuroCommission');
	win2=window.open('http://www.europarl.europa.eu/news/public/default_en.htm','EuroParliament');
}

function aalarm() {
	alert("yep");
}

function logout() {
	window.open('logout.php?id=1','EMCI - logout','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=530,height=220,left=390,top=412');
}
