function empty(o){
        if(o.value=="1" || 
        o.value=="Ihre Mitteilung..." 
                ) 
           {
           o.value="";
		       }
        }




      function testFill(o){
        if(o.value==""){
		  if (o.name=="artikelanzahl") {
            o.value="1";
		  }
 

      		  
        }


}


