var r = 0;
var g = 0;
var b = 0;

function Zamiana ()
{
      document.getElementById('wddIII').style.color='orange';
}
