function czysc(Input)
{
if (Input.value == 'adres strony www') {
Input.value = '';
}
if (Input.value == 'aktywny adres email') {
Input.value = '';
}
if (Input.value == 'lub GG, telefon') {
Input.value = '';
}
return true;
}

