$(function(){
	$("#copyrights > a").click(function(){
		window.open("en/disclaimer.html", "Promeeting - Disclaimer", 'toolbar=0, scrollbars=1, location=0, statusbar=0, menubar=0, resizable=1, width=600, height=400, left=380, top=250');
		return false;
	});
});

