function funkcja1(kod){
    elem = document.getElementById("wybrany_kolor");
    elem.style.backgroundColor = kod;
    document.formularz.kolor.value = kod;
}
/*         function funcja2(kod){

}

        window.onload = function(){

             elem = document.getElementById("wybrany_kolor");
             elem2 = document.getElementById("podglad_linku");

                          alert("tralalala");
             elem.style.backgroundColor = "#37FF74";
             elem2.style.backgroundColor = "#37FF74";
             elem2.style.color = "#37FF74";
             elem2.style.Color = "#37FF74";

             //elem2.style.backgroundColor = elem1.style.backgroundColor;
        }
*/

