<!--

    // +--------------------------------------------------------------------------+
    // | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> |
    // +--------------------------------------------------------------------------+ 
    // |                                                                          |
    // |   Autor: Sebastian Wilczynski                                            |
    // +--------------------------------------------------------------------------+ 

    function getIndex ()
    {
        document.location.href = 'index.php';
    }

    function getZdolnosc ()
    {
        document.location.href = 'index.php?module=Kalkulator';
    }

    function getPromocje ()
    {
        document.location.href = 'index.php?module=Promocje';
    }

//-->


