function checkGTC()
{
	if ($('#acceptGTC')[0].checked)
		return true;
	else
	{
		alert("You have to accept the general terms and conditions!");
		return false;
	}
}