function agbs(){
	if (document.forms[0].agb.checked){
		document.forms[0].B1.disabled=false;
	}else{
		document.forms[0].B1.disabled=true;
	}
}

function fen(){
	var win=window.open("/allgemein/agb.asp?popup=true","","width=909,height=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=20,left=100");
}
