<!-- pole title do wpisywania tytułu będzie aktywne -->
function zaznacz()
{
document.forms[0].title.focus();
}

