function showAGBWindow()
{
	AGBWindow=window.open('/index.php?event=showagb','AGBWindow','width=500;height=750,resizable=1,scrollbars=1');
	AGBWindow.focus();
}