function czyszcSzukajSerwis(AInput)
{
    if (AInput.value == 'Szukaj w serwisie...') {
        AInput.value = '';
    }
    return true;
}



