$(document).ready(function() {
   $('#mailformname').bind('focus', function() { if(this.value=='Ihr Name' || this.value=='Your name') this.value=''; });
   $('#mailformphone').bind('focus', function() { if(this.value=='Ihre Telefonnummer' || this.value=='Your number') this.value=''; });
});
