function MM_openBrWindow(theURL,winName,features) { //v2.0
	var _w = window.open(theURL,winName,features);
	_w.focus();
}
function openLink(linkName) {
	switch (linkName) {
	case "news":
		MM_openBrWindow('http://www.cyrilmagic.com/news/index.html','cyrilnews','status=no,status=no,status=no,status=no,scrollbars=yes,resizable=yes,width=640,height=570');
		break;
	case "en_news":
		MM_openBrWindow('http://www.cyrilmagic.com/english/news/index.html','cyrilnews','status=no,status=no,status=no,status=no,scrollbars=yes,resizable=yes,width=640,height=570');
		break;
	}
}

