<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}
//-->

<!--

        function formPopr (formField)
                {
                        
                // email
                txt=formField.email.value;
                if (txt.indexOf("@")<3){
                        alert("Proszę. Wpisz poprawny adres e-mail!");
                        formField.email.focus()
                        return false
                        }

                // telefon
                if (formField.telefon.value == "") {
                        alert ("Proszę podać numer telefonu!")
                        formField.telefon.focus ()
                        return false
                        }


                // temat
                if (formField.temat.value == "") {
                        alert ("Nie wpisali Państwo tematu wiadomości ...")
                        formField.temat.focus ()
                        return false
                        }

                // tresc
                if (formField.tresc.value == "") {
                        alert ("Nie wpisali Państwo treści wiadomości ...")
                        formField.tresc.focus ()
                        return false
                        }


                return true

                }


// -->

<!--

        function formPopr2 (formField)
                {

                // firma
                if (formField.firma.value == "") {
                        alert ("Proszę podać nazwę firmy!")
                        formField.firma.focus ()
                        return false
                        }

                // email
                txt=formField.email.value;
                if (txt.indexOf("@")<3){
                        alert("Proszę. Wpisz poprawny adres e-mail!");
                        formField.email.focus()
                        return false
                        }

                // telefon
                if (formField.telefon.value == "") {
                        alert ("Proszę podać numer telefonu!")
                        formField.telefon.focus ()
                        return false
                        }

                // tresc
                if (formField.tresc.value == "") {
                        alert ("Nie wpisali Państwo treści wiadomości ...")
                        formField.tresc.focus ()
                        return false
                        }


                return true

                }


// -->
