/**
 * @author Wac³aw £uczak {@link http://www.wa-cool.webpark.pl}
 * @copyright NIE usuwaj tego komentarza! (Do NOT remove this comment!)
 */


function menu2(comenu, jakmenu, jakaklasa){
document.getElementById("oklubie").style.background = " rgb(238,240,170)";
document.getElementById("program").style.background = " rgb(238,240,170)";
document.getElementById("sekcje").style.background = " rgb(238,240,170)";
document.getElementById("kontakt").style.background = "rgb(238,240,170)";

document.getElementById("oklubie").style.color = "black";
document.getElementById("program").style.color = "black";
document.getElementById("sekcje").style.color = "black";
document.getElementById("kontakt").style.color = "black";


document.getElementById('topmenu2').innerHTML = comenu;
document.getElementById('topmenu2').style.background = jakmenu;
document.getElementById('topmenu2').className = jakaklasa +" normal";
document.getElementById(jakaklasa).style.background = jakmenu;
document.getElementById(jakaklasa).style.color = "white";


}


function lol(q)
{document.getElementById(q).style.background="inherit";}

function goswim()
{}
function n(cos)
{}
function nn(cos)
{

setTimeout("alert('tekst');", 2000);


//document.getElementById(cos).style.background="inherit";

}
function czysc()
{document.getElementById('topmenu2').innerHTML = "";
document.getElementById('topmenu2').style.background = "inherit";}






