function komunikat(komunikat)
{
alert(komunikat);
return false;
}


