﻿function getPoleceniaOverColor() {
    return "#E09B2E";
}

function getPoleceniaOutColor() {
    return "#143F54";
}

function OnSoapTimeOut(arg) {
    alert("Nieprawidłowe dane.");
}

function OnSoapError(arg) {
    alert("Soap Error");
}

function getTopMenuOverColor() {
    return "#FFBA4D";
}

function getTopMenuOutColor() {
    return "White";
}

