//============================
function cd_validator(theForm)
{
if (theForm.Format.value == "")
	{ alert("W&auml;hlen Sie ein CD-Format!"); theForm.Format.focus(); return (false); }

return (Anschrift_Validator(theForm))
}

