
function ZarzadzajSerwisem() {
	noweokno=window.open("data/manage/manage.php","_blank","width=435,height=315,scrollbars=yes,resizable=no,toolbars=no,fullscreen=no")
}

function More() {
	noweokno=window.open("data/news/more.php","_blank","width=400,height=300,scrollbars=yes,resizable=no,toolbars=no,fullscreen=no")
}

function WyslijFormularz() {
    if  ( (document.kontakt.email.value!='') && (document.kontakt.name.value!='') && (document.kontakt.phone.value!='') && (document.kontakt.msg.value!='') && (document.kontakt.city.value!='')) {
	document.kontakt.submit();
    } else
        window.alert('Proszę wypełnić wymagane pola!');
}
