function test()
{
if(productform.anzahl.value < '1')
{
productform.anzahl.value = 1;
	alert("Anzahl muss > 0 sein.");
}
}