
function menu_jeden()
     { 
     
        document.getElementById("img1").src="images/men1.png";
        document.getElementById("menu1").style.backgroundColor="#E3711B";
        document.getElementById("topmenu").style.backgroundColor="#E3711B";
        //document.getElementById("pasek_caly").style.backgroundColor="#E3711B";
     
        // 2
        document.getElementById("img2").src="images/men2b.png";
        document.getElementById("menu2").style.backgroundColor="#948579";
        
        
        // 3
        document.getElementById("img3").src="images/men3b.png";
        document.getElementById("menu3").style.backgroundColor="#A89A8F";
        
        // 4
        document.getElementById("img4").src="images/men4b.png";
       document.getElementById("menu4").style.backgroundColor="#B9ACA2";

        
        

     } 
     
function menu_dwa()
     {
		 
        // 1
        document.getElementById("img1").src="images/men1b.png";
        document.getElementById("menu1").style.backgroundColor="#948579";
        
       
        // 3
        document.getElementById("img3").src="images/men3b.png";
        document.getElementById("menu3").style.backgroundColor="#A89A8F";
        
        // 4
        document.getElementById("img4").src="images/men4b.png";
        document.getElementById("menu4").style.backgroundColor="#B9ACA2";

        
        
        document.getElementById("img2").src="images/men2.png";
        document.getElementById("menu2").style.backgroundColor="#5A9F4A";
        document.getElementById("topmenu").style.backgroundColor="#5A9F4A";
        //document.getElementById("pasek_caly").style.backgroundColor="#5A9F4A";
     } 
     
     
function menu_trzy()
     {
        // 1
        document.getElementById("img1").src="images/men1c.png";
        document.getElementById("menu1").style.backgroundColor="#E0D9D3";
        
        
        // 3
        document.getElementById("img2").src="images/men2c.png";
        document.getElementById("menu2").style.backgroundColor="#A89A8F";
        
        // 4
        document.getElementById("img4").src="images/men4b.png";
        document.getElementById("menu4").style.backgroundColor="#B9ACA2";

        
        
        document.getElementById("img3").src="images/men3.png";
        document.getElementById("menu3").style.backgroundColor="#DF0000";
        document.getElementById("topmenu").style.backgroundColor="#DF0000";
        //document.getElementById("pasek_caly").style.backgroundColor="#DF0000";
     } 



function menu_cztery()
     {
        // 1
        document.getElementById("img1").src="images/men1b.png";
        document.getElementById("menu1").style.backgroundColor="#948579";
        
        
        // 3
        document.getElementById("img2").src="images/men2c.png";
        document.getElementById("menu2").style.backgroundColor="#A89A8F";
        
        // 4
        document.getElementById("img3").src="images/men3c.png";
        document.getElementById("menu3").style.backgroundColor="#B9ACA2";

        
        
        document.getElementById("img4").src="images/men4.png";
        document.getElementById("menu4").style.backgroundColor="#E0D9D3";
        document.getElementById("topmenu").style.backgroundColor="#E0D9D3";
        //document.getElementById("pasek_caly").style.backgroundColor="#E0D9D3";
     } 





/*

function zmien_klase(nazwa_nowej_klasy, element) {
    var elementNodeReference = document.getElementById(element);
    elementNodeReference.className == nazwa_nowej_klasy; 

}

function onas(stan,aktualna)
{
    if(stan=1)
    {
       mint.fx.Color("menu2", "backgroundColor", null, "5A9F4A", 1, 0);
       document.getElementById("menu2img").src="images/onas.png";
       document.getElementById("topmenu").className  =  "topmenuonas";
    }
        else
    {
       mint.fx.Color("menu2", "backgroundColor", null, "948579", 1, 0);
       document.getElementById("menu2img").src="images/onasb.png";   
       document.getElementById("topmenu").className  =  "topmenusg";     
    }
    
}




*/

